Shades of Heather #BBC8CE
Tints of Heather #BBC8CE
RGB
CMYK
RGB Variations
Color information
#BBC8CE (or 0xBBC8CE) is known color: Heather. HEX triplet: BB, C8 and CE. RGB value is (187,200,206). Sum of RGB (Red+Green+Blue) = 187+200+206=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8CE is #443731. Grayscale: #C4C4C4. Windows color (decimal): -4470578 or 13551803. OLE color: 13551803.
HSL color Cylindrical-coordinate representation of color #BBC8CE: hue angle of 198.95º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC8CE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 200 | 206 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.19 |
| HSL | 198.95º | 0.16% | 0.77% | - |
| HSV(B) | 198.95º | 0.09% | 0.81% | - |
| XYZ | 52.29 | 56.33 | 66.51 | - |
| YUV | 196.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 206 | 0.09 | 0.03 | 0 | 0.19 | 198.95 | 0.16 | 0.77 |
| Hex | BB | C8 | CE | 9 | 3 | 0 | 13 | C7 | 10 | 4D |
| Octal | 273 | 310 | 316 | 11 | 3 | 0 | 23 | 307 | 20 | 115 |
| Binary | 10111011 | 11001000 | 11001110 | 1001 | 11 | 0 | 10011 | 11000111 | 10000 | 1001101 |
Color Harmonies of #BBC8CE
Complementary color
Monochromatic Colors of #BBC8CE
Black with #BBC8CE
Text Example
Text Example
White with #BBC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8CE; }
p { color: rgb(187,200,206); }
H1.HeaderClassName
{
color: #BBC8CE;
}
.AnyTagClassName
{
color: #BBC8CE;
}
</style>
background-color css
<style>
a { background-color: #BBC8CE; }
a { background-color: rgb(187,200,206); }
div.DivClassName
{
background-color: #BBC8CE;
}
.BgClassName
{
background-color: #BBC8CE;
}
</style>
border-color css
<style>
span { border-color: #BBC8CE; }
span { border-color: rgb(187,200,206); }
td.TdClassName
{
border-color: #BBC8CE;
}
.TagClassName
{
border-color: #BBC8CE;
}
</style>