Shades of Heather #BBCACF
Tints of Heather #BBCACF
RGB
CMYK
RGB Variations
Color information
#BBCACF (or 0xBBCACF) is known color: Heather. HEX triplet: BB, CA and CF. RGB value is (187,202,207). Sum of RGB (Red+Green+Blue) = 187+202+207=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCACF is #443530. Grayscale: #C6C6C6. Windows color (decimal): -4470065 or 13617851. OLE color: 13617851.
HSL color Cylindrical-coordinate representation of color #BBCACF: hue angle of 195º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCACF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 202 | 207 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.19 |
| HSL | 195º | 0.17% | 0.77% | - |
| HSV(B) | 195º | 0.1% | 0.81% | - |
| XYZ | 52.88 | 57.31 | 67.31 | - |
| YUV | 198.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 207 | 0.10 | 0.02 | 0 | 0.19 | 195 | 0.17 | 0.77 |
| Hex | BB | CA | CF | A | 2 | 0 | 13 | C3 | 11 | 4D |
| Octal | 273 | 312 | 317 | 12 | 2 | 0 | 23 | 303 | 21 | 115 |
| Binary | 10111011 | 11001010 | 11001111 | 1010 | 10 | 0 | 10011 | 11000011 | 10001 | 1001101 |
Color Harmonies of #BBCACF
Complementary color
Monochromatic Colors of #BBCACF
Black with #BBCACF
Text Example
Text Example
White with #BBCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCACF; }
p { color: rgb(187,202,207); }
H1.HeaderClassName
{
color: #BBCACF;
}
.AnyTagClassName
{
color: #BBCACF;
}
</style>
background-color css
<style>
a { background-color: #BBCACF; }
a { background-color: rgb(187,202,207); }
div.DivClassName
{
background-color: #BBCACF;
}
.BgClassName
{
background-color: #BBCACF;
}
</style>
border-color css
<style>
span { border-color: #BBCACF; }
span { border-color: rgb(187,202,207); }
td.TdClassName
{
border-color: #BBCACF;
}
.TagClassName
{
border-color: #BBCACF;
}
</style>