Silver (Neutral)
#BECFC0
RGB: 190, 207, 192
Color OverviewHEX #BECFC0

#BECFC0 Color Code Information

In the RGB color space, #BECFC0 is composed of 75% red, 81% green, and 75% blue. In the HSL color space, it has a hue of 127°, saturation of 15%, and lightness of 78%.

HEX
#BECFC0
RGB
190, 207, 192
HSL
127°, 15%, 78%
HSV
127°, 8%, 81%
CMYK
8%, 0%, 7%, 19%
Name Match
Silver
Closest Standard

Shades of #BECFC0 (Darker Variations)

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

Tints of #BECFC0 (Lighter Variations)

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

Tones of #BECFC0 (Muted Variations)

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

Color Harmonies for #BECFC0

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

Developer Code Snippets & Tailwind CSS

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

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