Shades of Heather #B8BDC0
Tints of Heather #B8BDC0
RGB
CMYK
RGB Variations
Color information
#B8BDC0 (or 0xB8BDC0) is known color: Heather. HEX triplet: B8, BD and C0. RGB value is (184,189,192). Sum of RGB (Red+Green+Blue) = 184+189+192=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 192 - color contains mainly: blue. Hex color #B8BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDC0 is #47423F. Grayscale: #BBBBBB. Windows color (decimal): -4670016 or 12631480. OLE color: 12631480.
HSL color Cylindrical-coordinate representation of color #B8BDC0: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8BDC0 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 189 | 192 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.25 |
| HSL | 202.5º | 0.06% | 0.74% | - |
| HSV(B) | 202.5º | 0.04% | 0.75% | - |
| XYZ | 47.48 | 50.39 | 57.09 | - |
| YUV | 187.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 192 | 0.04 | 0.02 | 0 | 0.25 | 202.5 | 0.06 | 0.74 |
| Hex | B8 | BD | C0 | 4 | 2 | 0 | 19 | CA | 6 | 4A |
| Octal | 270 | 275 | 300 | 4 | 2 | 0 | 31 | 312 | 6 | 112 |
| Binary | 10111000 | 10111101 | 11000000 | 100 | 10 | 0 | 11001 | 11001010 | 110 | 1001010 |
Color Harmonies of #B8BDC0
Complementary color
Monochromatic Colors of #B8BDC0
Black with #B8BDC0
Text Example
Text Example
White with #B8BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BDC0; }
p { color: rgb(184,189,192); }
H1.HeaderClassName
{
color: #B8BDC0;
}
.AnyTagClassName
{
color: #B8BDC0;
}
</style>
background-color css
<style>
a { background-color: #B8BDC0; }
a { background-color: rgb(184,189,192); }
div.DivClassName
{
background-color: #B8BDC0;
}
.BgClassName
{
background-color: #B8BDC0;
}
</style>
border-color css
<style>
span { border-color: #B8BDC0; }
span { border-color: rgb(184,189,192); }
td.TdClassName
{
border-color: #B8BDC0;
}
.TagClassName
{
border-color: #B8BDC0;
}
</style>