Rough Asphalt
#bdbebf
Rough Asphalt is a color with the hex code #bdbebf. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bdbebf | |
|---|---|---|
| RGB | rgb(189, 190, 191) | |
| HSL | hsl(210, 2%, 75%) | |
| CMYK | cmyk(1%, 1%, 0%, 25%) | |
| LAB | lab(77, 0, -1) | |
| OKLCH | oklch(0.8 0.002 248) |
Color harmonies
Tints & shades
Code snippets
color: #bdbebf;
background-color: #bdbebf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBDBEBF)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.75, blue: 0.75, alpha: 1.0)