Shades of Heather #BBC8CC
Tints of Heather #BBC8CC
RGB
CMYK
RGB Variations
Color information
#BBC8CC (or 0xBBC8CC) is known color: Heather. HEX triplet: BB, C8 and CC. RGB value is (187,200,204). Sum of RGB (Red+Green+Blue) = 187+200+204=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8CC is #443733. Grayscale: #C4C4C4. Windows color (decimal): -4470580 or 13420731. OLE color: 13420731.
HSL color Cylindrical-coordinate representation of color #BBC8CC: hue angle of 194.12º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC8CC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 200 | 204 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.2 |
| HSL | 194.12º | 0.14% | 0.77% | - |
| HSV(B) | 194.12º | 0.08% | 0.8% | - |
| XYZ | 52.05 | 56.23 | 65.24 | - |
| YUV | 196.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 204 | 0.08 | 0.02 | 0 | 0.2 | 194.12 | 0.14 | 0.77 |
| Hex | BB | C8 | CC | 8 | 2 | 0 | 14 | C2 | E | 4D |
| Octal | 273 | 310 | 314 | 10 | 2 | 0 | 24 | 302 | 16 | 115 |
| Binary | 10111011 | 11001000 | 11001100 | 1000 | 10 | 0 | 10100 | 11000010 | 1110 | 1001101 |
Color Harmonies of #BBC8CC
Complementary color
Monochromatic Colors of #BBC8CC
Black with #BBC8CC
Text Example
Text Example
White with #BBC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8CC; }
p { color: rgb(187,200,204); }
H1.HeaderClassName
{
color: #BBC8CC;
}
.AnyTagClassName
{
color: #BBC8CC;
}
</style>
background-color css
<style>
a { background-color: #BBC8CC; }
a { background-color: rgb(187,200,204); }
div.DivClassName
{
background-color: #BBC8CC;
}
.BgClassName
{
background-color: #BBC8CC;
}
</style>
border-color css
<style>
span { border-color: #BBC8CC; }
span { border-color: rgb(187,200,204); }
td.TdClassName
{
border-color: #BBC8CC;
}
.TagClassName
{
border-color: #BBC8CC;
}
</style>