Steam Engine
#b2b2ad
Steam Engine, represented by the hex value #b2b2ad, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b2b2ad | |
|---|---|---|
| RGB | rgb(178, 178, 173) | |
| HSL | hsl(60, 3%, 69%) | |
| CMYK | cmyk(0%, 0%, 3%, 30%) | |
| LAB | lab(72, -1, 3) | |
| OKLCH | oklch(0.76 0.007 107) |
Color harmonies
Tints & shades
Code snippets
color: #b2b2ad;
background-color: #b2b2ad;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB2B2AD)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.70, blue: 0.68, alpha: 1.0)