Shades of Heather #BBC2C7
Tints of Heather #BBC2C7
RGB
CMYK
RGB Variations
Color information
#BBC2C7 (or 0xBBC2C7) is known color: Heather. HEX triplet: BB, C2 and C7. RGB value is (187,194,199). Sum of RGB (Red+Green+Blue) = 187+194+199=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2C7 is #443D38. Grayscale: #C0C0C0. Windows color (decimal): -4472121 or 13091515. OLE color: 13091515.
HSL color Cylindrical-coordinate representation of color #BBC2C7: hue angle of 205º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC2C7 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 194 | 199 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.22 |
| HSL | 205º | 0.1% | 0.76% | - |
| HSV(B) | 205º | 0.06% | 0.78% | - |
| XYZ | 50.09 | 53.27 | 61.68 | - |
| YUV | 192.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 199 | 0.06 | 0.03 | 0 | 0.22 | 205 | 0.1 | 0.76 |
| Hex | BB | C2 | C7 | 6 | 3 | 0 | 16 | CD | A | 4C |
| Octal | 273 | 302 | 307 | 6 | 3 | 0 | 26 | 315 | 12 | 114 |
| Binary | 10111011 | 11000010 | 11000111 | 110 | 11 | 0 | 10110 | 11001101 | 1010 | 1001100 |
Color Harmonies of #BBC2C7
Complementary color
Monochromatic Colors of #BBC2C7
Black with #BBC2C7
Text Example
Text Example
White with #BBC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2C7; }
p { color: rgb(187,194,199); }
H1.HeaderClassName
{
color: #BBC2C7;
}
.AnyTagClassName
{
color: #BBC2C7;
}
</style>
background-color css
<style>
a { background-color: #BBC2C7; }
a { background-color: rgb(187,194,199); }
div.DivClassName
{
background-color: #BBC2C7;
}
.BgClassName
{
background-color: #BBC2C7;
}
</style>
border-color css
<style>
span { border-color: #BBC2C7; }
span { border-color: rgb(187,194,199); }
td.TdClassName
{
border-color: #BBC2C7;
}
.TagClassName
{
border-color: #BBC2C7;
}
</style>