Silky Green
#bdc2bb
Silky Green is a color with the hex code #bdc2bb. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bdc2bb | |
|---|---|---|
| RGB | rgb(189, 194, 187) | |
| HSL | hsl(103, 5%, 75%) | |
| CMYK | cmyk(3%, 0%, 4%, 24%) | |
| LAB | lab(78, -3, 3) | |
| OKLCH | oklch(0.81 0.011 137) |
Color harmonies
Tints & shades
Code snippets
color: #bdc2bb;
background-color: #bdc2bb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBDC2BB)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.76, blue: 0.73, alpha: 1.0)