Shades of Heather #BBC6CB
Tints of Heather #BBC6CB
RGB
CMYK
RGB Variations
Color information
#BBC6CB (or 0xBBC6CB) is known color: Heather. HEX triplet: BB, C6 and CB. RGB value is (187,198,203). Sum of RGB (Red+Green+Blue) = 187+198+203=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6CB is #443934. Grayscale: #C3C3C3. Windows color (decimal): -4471093 or 13354683. OLE color: 13354683.
HSL color Cylindrical-coordinate representation of color #BBC6CB: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC6CB is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 198 | 203 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.20 |
| HSL | 198.75º | 0.13% | 0.76% | - |
| HSV(B) | 198.75º | 0.08% | 0.8% | - |
| XYZ | 51.47 | 55.26 | 64.45 | - |
| YUV | 195.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 203 | 0.08 | 0.02 | 0 | 0.20 | 198.75 | 0.13 | 0.76 |
| Hex | BB | C6 | CB | 8 | 2 | 0 | 14 | C7 | D | 4C |
| Octal | 273 | 306 | 313 | 10 | 2 | 0 | 24 | 307 | 15 | 114 |
| Binary | 10111011 | 11000110 | 11001011 | 1000 | 10 | 0 | 10100 | 11000111 | 1101 | 1001100 |
Color Harmonies of #BBC6CB
Complementary color
Monochromatic Colors of #BBC6CB
Black with #BBC6CB
Text Example
Text Example
White with #BBC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6CB; }
p { color: rgb(187,198,203); }
H1.HeaderClassName
{
color: #BBC6CB;
}
.AnyTagClassName
{
color: #BBC6CB;
}
</style>
background-color css
<style>
a { background-color: #BBC6CB; }
a { background-color: rgb(187,198,203); }
div.DivClassName
{
background-color: #BBC6CB;
}
.BgClassName
{
background-color: #BBC6CB;
}
</style>
border-color css
<style>
span { border-color: #BBC6CB; }
span { border-color: rgb(187,198,203); }
td.TdClassName
{
border-color: #BBC6CB;
}
.TagClassName
{
border-color: #BBC6CB;
}
</style>