Silver (Neutral)
#BCB9BB
RGB: 188, 185, 187
Color OverviewHEX #BCB9BB

#BCB9BB Color Code Information

In the RGB color space, #BCB9BB is composed of 74% red, 73% green, and 73% blue. In the HSL color space, it has a hue of 320°, saturation of 2%, and lightness of 73%.

HEX
#BCB9BB
RGB
188, 185, 187
HSL
320°, 2%, 73%
HSV
320°, 2%, 74%
CMYK
0%, 2%, 1%, 26%
Name Match
Silver
Closest Standard

Shades of #BCB9BB (Darker Variations)

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

Tints of #BCB9BB (Lighter Variations)

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

Tones of #BCB9BB (Muted Variations)

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

Color Harmonies for #BCB9BB

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 #BCB9BB Background
Contrast Ratio against Pure White (#FFFFFF):1.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BCB9BB Background
Contrast Ratio against Pure Black (#000000):10.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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