Silver (Neutral)
#BBC4BE
RGB: 187, 196, 190
Color OverviewHEX #BBC4BE

#BBC4BE Color Code Information

In the RGB color space, #BBC4BE is composed of 73% red, 77% green, and 75% blue. In the HSL color space, it has a hue of 140°, saturation of 7%, and lightness of 75%.

HEX
#BBC4BE
RGB
187, 196, 190
HSL
140°, 7%, 75%
HSV
140°, 5%, 77%
CMYK
5%, 0%, 3%, 23%
Name Match
Silver
Closest Standard

Shades of #BBC4BE (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #BBC4BE (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #BBC4BE (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #BBC4BE

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #BBC4BE Background
Contrast Ratio against Pure White (#FFFFFF):1.79 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BBC4BE Background
Contrast Ratio against Pure Black (#000000):11.75 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #BBC4BE;
}

.element {
  color: #BBC4BE;
  background-color: #BBC4BE;
  border-color: #BBC4BE;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#BBC4BE] text-[#BBC4BE] border-[#BBC4BE]">
  Content styled with #BBC4BE
</div>