Stormy
#b0bcc3
Stormy, represented by the hex value #b0bcc3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b0bcc3 | |
|---|---|---|
| RGB | rgb(176, 188, 195) | |
| HSL | hsl(202, 14%, 73%) | |
| CMYK | cmyk(10%, 4%, 0%, 24%) | |
| LAB | lab(75, -3, -5) | |
| OKLCH | oklch(0.79 0.017 233) |
Color harmonies
Tints & shades
Code snippets
color: #b0bcc3;
background-color: #b0bcc3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB0BCC3)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.74, blue: 0.76, alpha: 1.0)