Shades of Heather #BBC7CB
Tints of Heather #BBC7CB
RGB
CMYK
RGB Variations
Color information
#BBC7CB (or 0xBBC7CB) is known color: Heather. HEX triplet: BB, C7 and CB. RGB value is (187,199,203). Sum of RGB (Red+Green+Blue) = 187+199+203=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7CB is #443834. Grayscale: #C3C3C3. Windows color (decimal): -4470837 or 13354939. OLE color: 13354939.
HSL color Cylindrical-coordinate representation of color #BBC7CB: hue angle of 195º 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 #BBC7CB is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 199 | 203 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.20 |
| HSL | 195º | 0.13% | 0.76% | - |
| HSV(B) | 195º | 0.08% | 0.8% | - |
| XYZ | 51.7 | 55.72 | 64.53 | - |
| YUV | 195.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 203 | 0.08 | 0.02 | 0 | 0.20 | 195 | 0.13 | 0.76 |
| Hex | BB | C7 | CB | 8 | 2 | 0 | 14 | C3 | D | 4C |
| Octal | 273 | 307 | 313 | 10 | 2 | 0 | 24 | 303 | 15 | 114 |
| Binary | 10111011 | 11000111 | 11001011 | 1000 | 10 | 0 | 10100 | 11000011 | 1101 | 1001100 |
Color Harmonies of #BBC7CB
Complementary color
Monochromatic Colors of #BBC7CB
Black with #BBC7CB
Text Example
Text Example
White with #BBC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7CB; }
p { color: rgb(187,199,203); }
H1.HeaderClassName
{
color: #BBC7CB;
}
.AnyTagClassName
{
color: #BBC7CB;
}
</style>
background-color css
<style>
a { background-color: #BBC7CB; }
a { background-color: rgb(187,199,203); }
div.DivClassName
{
background-color: #BBC7CB;
}
.BgClassName
{
background-color: #BBC7CB;
}
</style>
border-color css
<style>
span { border-color: #BBC7CB; }
span { border-color: rgb(187,199,203); }
td.TdClassName
{
border-color: #BBC7CB;
}
.TagClassName
{
border-color: #BBC7CB;
}
</style>