#bbc2be
a light, muted gray · neutral · closest name: Silver
At a glance
Every number on this page in one read: what #bbc2be is made of, how bright it looks, and which way it leans.
Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.
Every format
| HEX | #bbc2be |
| RGB | rgb(187, 194, 190) |
| HSL | hsl(146, 5%, 75%) |
| CMYK | cmyk(4%, 0%, 2%, 24%) |
| LAB | lab(77.8 -3.2 1.2) |
| LCH | lch(77.8 3.4 159.7) |
| OKLCH | oklch(0.807 0.009 161.3) |
| Decimal | 12305086 |
| Display P3 | color(display-p3 0.733 0.761 0.745) |
Copy-ready code
/* CSS */
color: #bbc2be;
background-color: #bbc2be;
/* Tailwind (arbitrary) */
class="text-[#bbc2be] bg-[#bbc2be]"
/* SCSS */
$brand: #bbc2be;
/* SwiftUI */
Color(red: 0.733, green: 0.761, blue: 0.745)
/* Android */
Color.parseColor("#bbc2be")
/* Flutter */
Color(0xFFBBC2BE)
/* Python / OpenCV (BGR) */
(190, 194, 187)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bbc2be is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7F8F7;
--brand-100: #EFF0F0;
--brand-200: #DCDFDE;
--brand-300: #bbc2be;
--brand-400: #A6AFAA;
--brand-500: #89958E;
--brand-600: #748179;
--brand-700: #606C65;
--brand-800: #4D5651;
--brand-900: #3A403D;
--brand-950: #242826;
--brand: #bbc2be;
--brand-ink: #000000;
}Colors that work with #bbc2be
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #bbc2be
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading surfaces
- ✓Card and section backgrounds
- ✓Neutral UI chrome and typography
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #C2BBBF | Directly opposite — maximum tension | |
| Analogous left | #BCC2BB | Neighbour, quieter | |
| Analogous right | #BBC2C1 | Neighbour, quieter | |
| Split-complement 1 | #C1BBC2 | Contrast without the clash | |
| Split-complement 2 | #C2BBBC | Contrast without the clash | |
| Triadic 1 | #BEBBC2 | Even thirds — balanced and loud | |
| Triadic 2 | #C2BEBB | Even thirds — balanced and loud | |
| Tetradic | #BBBCC2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bbc2be text on a black background
contrast 11.57:1
#bbc2be text on a white background
contrast 1.81:1
CSS3 live lab
The quick brown fox
color: #bbc2be;
background-color: #bbc2be;
Glowing headline
text-shadow: 2px 2px 8px #bbc2be;
Soft neon halo
text-shadow: 0 0 14px rgba(187, 194, 190, 0.45);
box-shadow: 0 12px 32px -8px rgba(187, 194, 190, 0.45);
border: 3px solid #bbc2be; background: linear-gradient(135deg, #bbc2be, #BBC1C2);
Monochromatic scale
Palettes built from #bbc2be
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Silver (#c0c0c0) — ΔE2000 4.4 away, with its history, psychology and brand usage.
#bbc2be in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#bbc2be, answered
What color is #bbc2be?
#bbc2be is a light muted gray, closest to Silver (ΔE2000 4.4). It sits at 146° on the hue wheel with 5% saturation and 75% lightness, which reads as neutral.
What is the RGB value of #bbc2be?
rgb(187, 194, 190) — 187 red, 194 green and 190 blue out of 255, or 73.3% / 76.1% / 74.5% by channel.
Is #bbc2be a light or a dark color?
It is a light color. Relative luminance is 0.5287 and perceived brightness is 75%, so black text on it reaches 11.57:1.
Should I use black or white text on #bbc2be?
Black. It scores 11.57:1 against #bbc2be, versus 1.81:1 for white — AAA at any size.
What is the complementary color of #bbc2be?
#C2BBBF sits directly opposite on the wheel. Softer options are the split-complements #C1BBC2 and #C2BBBC, which give the same contrast with far less vibration.
What colors go well with #bbc2be?
For interface work: #F7F8F7 as the surface, #D4D8D6 for borders, #6D7972 for secondary text, #705C6C as an accent and #3C433F for hover and pressed states. For a palette, the analogous pair #BCC2BB and #BBC2C1 stays calm, while #C2BBBF is the loudest partner.
What is #bbc2be in CMYK for printing?
cmyk(4%, 0%, 2%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bbc2be warm or cool?
Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CCC2BB; nudged cooler, #B0B9C3.