Shades of Heather #BBC9CF
Tints of Heather #BBC9CF
RGB
CMYK
RGB Variations
Color information
#BBC9CF (or 0xBBC9CF) is known color: Heather. HEX triplet: BB, C9 and CF. RGB value is (187,201,207). Sum of RGB (Red+Green+Blue) = 187+201+207=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CF is #443630. Grayscale: #C5C5C5. Windows color (decimal): -4470321 or 13617595. OLE color: 13617595.
HSL color Cylindrical-coordinate representation of color #BBC9CF: hue angle of 198º 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 #BBC9CF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 187 | 201 | 207 | - |
CMYK | 0.10 | 0.03 | 0 | 0.19 |
HSL | 198º | 0.17% | 0.77% | - |
HSV(B) | 198º | 0.1% | 0.81% | - |
XYZ | 52.64 | 56.84 | 67.23 | - |
YUV | 197.5 | 133.36 | 120.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 201 | 207 | 0.10 | 0.03 | 0 | 0.19 | 198 | 0.17 | 0.77 |
Hex | BB | C9 | CF | A | 3 | 0 | 13 | C6 | 11 | 4D |
Octal | 273 | 311 | 317 | 12 | 3 | 0 | 23 | 306 | 21 | 115 |
Binary | 10111011 | 11001001 | 11001111 | 1010 | 11 | 0 | 10011 | 11000110 | 10001 | 1001101 |
Color Harmonies of #BBC9CF
Complementary color
Monochromatic Colors of #BBC9CF
Black with #BBC9CF
Text Example
Text Example
White with #BBC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9CF; }
p { color: rgb(187,201,207); }
H1.HeaderClassName
{
color: #BBC9CF;
}
.AnyTagClassName
{
color: #BBC9CF;
}
</style>
background-color css
<style>
a { background-color: #BBC9CF; }
a { background-color: rgb(187,201,207); }
div.DivClassName
{
background-color: #BBC9CF;
}
.BgClassName
{
background-color: #BBC9CF;
}
</style>
border-color css
<style>
span { border-color: #BBC9CF; }
span { border-color: rgb(187,201,207); }
td.TdClassName
{
border-color: #BBC9CF;
}
.TagClassName
{
border-color: #BBC9CF;
}
</style>