Beige and Sage
#bbc199
Looking for the precise values behind Beige and Sage (#bbc199)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bbc199 | |
|---|---|---|
| RGB | rgb(187, 193, 153) | |
| HSL | hsl(69, 24%, 68%) | |
| CMYK | cmyk(3%, 0%, 21%, 24%) | |
| LAB | lab(77, -7, 19) | |
| OKLCH | oklch(0.8 0.055 115) |
Color harmonies
Tints & shades
Code snippets
color: #bbc199;
background-color: #bbc199;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBBC199)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.76, blue: 0.60, alpha: 1.0)