Silver (Neutral)
#B0BCBA
RGB: 176, 188, 186
Color OverviewHEX #B0BCBA
#B0BCBA Color Code Information
In the RGB color space, #B0BCBA is composed of 69% red, 74% green, and 73% blue. In the HSL color space, it has a hue of 170°, saturation of 8%, and lightness of 71%.
HEX
#B0BCBA
RGB
176, 188, 186
HSL
170°, 8%, 71%
HSV
170°, 6%, 74%
CMYK
6%, 0%, 1%, 26%
Name Match
Silver
Closest StandardShades of #B0BCBA (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #B0BCBA (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #B0BCBA (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #B0BCBA
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #B0BCBA Background
Contrast Ratio against Pure White (#FFFFFF):1.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B0BCBA Background
Contrast Ratio against Pure Black (#000000):10.75 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #B0BCBA;
}
.element {
color: #B0BCBA;
background-color: #B0BCBA;
border-color: #B0BCBA;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#B0BCBA] text-[#B0BCBA] border-[#B0BCBA]"> Content styled with #B0BCBA </div>