Shades of Heather #B8BDC2
Tints of Heather #B8BDC2
RGB
CMYK
RGB Variations
Color information
#B8BDC2 (or 0xB8BDC2) is known color: Heather. HEX triplet: B8, BD and C2. RGB value is (184,189,194). Sum of RGB (Red+Green+Blue) = 184+189+194=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDC2 is #47423D. Grayscale: #BCBCBC. Windows color (decimal): -4670014 or 12762552. OLE color: 12762552.
HSL color Cylindrical-coordinate representation of color #B8BDC2: hue angle of 210º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8BDC2 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 189 | 194 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.24 |
| HSL | 210º | 0.08% | 0.74% | - |
| HSV(B) | 210º | 0.05% | 0.76% | - |
| XYZ | 47.7 | 50.48 | 58.27 | - |
| YUV | 188.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 194 | 0.05 | 0.03 | 0 | 0.24 | 210 | 0.08 | 0.74 |
| Hex | B8 | BD | C2 | 5 | 3 | 0 | 18 | D2 | 8 | 4A |
| Octal | 270 | 275 | 302 | 5 | 3 | 0 | 30 | 322 | 10 | 112 |
| Binary | 10111000 | 10111101 | 11000010 | 101 | 11 | 0 | 11000 | 11010010 | 1000 | 1001010 |
Color Harmonies of #B8BDC2
Complementary color
Monochromatic Colors of #B8BDC2
Black with #B8BDC2
Text Example
Text Example
White with #B8BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BDC2; }
p { color: rgb(184,189,194); }
H1.HeaderClassName
{
color: #B8BDC2;
}
.AnyTagClassName
{
color: #B8BDC2;
}
</style>
background-color css
<style>
a { background-color: #B8BDC2; }
a { background-color: rgb(184,189,194); }
div.DivClassName
{
background-color: #B8BDC2;
}
.BgClassName
{
background-color: #B8BDC2;
}
</style>
border-color css
<style>
span { border-color: #B8BDC2; }
span { border-color: rgb(184,189,194); }
td.TdClassName
{
border-color: #B8BDC2;
}
.TagClassName
{
border-color: #B8BDC2;
}
</style>