Apparel SizeBelt Size

Waist (cm) to Waist (in) Belt Size for Casual Fit

Snapshot

90 Waist (cm) equals 35.43 Waist (in). Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.

  • Reference basis: This result uses the selected in mapping as the profile basis.
  • Example: For 80 Waist (cm), the in mapping returns 31.5 Waist (in) under the same fit assumptions.
  • Use the reverse page if you need the opposite direction with the same basis.

Use the interactive calculator below for custom values and the common-value table for quick checks.

Interactive conversion

Converter Calculator

35.43 Waist (in) value

Switch

Machine access

Available to apps and AI agents

Waist (cm) to Waist (in) Belt Size for Casual Fit can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The casual-fit identifier specifies the fit profile used by the size conversion.

Machine-readable identifiers

Conversion family
belt-size
Source unit
waist-centimeters
Target unit
waist-inches
Fit
casual-fit

The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.

Example API request and response

POST /api/v1/convert

Request

{
  "family": "belt-size",
  "value": 90,
  "from": "waist-centimeters",
  "to": "waist-inches",
  "parameters": {
    "fit": "casual-fit"
  }
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "belt-size",
    "value": 90,
    "from": "waist-centimeters",
    "to": "waist-inches",
    "result": {
      "raw": 35.4330708661,
      "display": "35.43"
    },
    "canonicalPath": "/apparel-size/belt-size/waist-centimeters-to-waist-inches-for-casual-fit/"
  }
}
Full API documentation

Explanation

Waist (cm) converts to Waist (in) by normalizing to waist circumference in millimeters, then remapping to the destination system. Fit profile fixed: Casual Fit.

Waist (cm) to Waist (in) is fit-bound here: the selected in mapping controls the conversion path used by calculator and reference table.

Keep the same fit profile in both directions to avoid mixing size mappings that use different apparel allowances.

Method & Size Mapping

  • Model basis: output depends on the selected fit profile and follows the same fit mapping in both directions.
  • Profile reference: in.
  • Consistency rule: calculator output and table values keep the same fit profile in both directions.

Common Conversion Values

Waist (cm) valueWaist (in) value
80 31.5
85 33.46
90 35.43
95 37.4
100 39.37

Questions & answers

Frequently Asked Questions

Is the reverse belt-size direction available?

Yes. The mirror page Waist (in) to Waist (cm) (Casual Fit) uses the inverse mapping path.

What fit profile is used here?

Casual Fit.

How is Waist (cm) to Waist (in) calculated?

The converter applies the formula defined for Waist (cm) to Waist (in), then renders rounded output for the direct answer and common-value rows.