Shades of Heather #BBCAD0
Tints of Heather #BBCAD0
RGB
CMYK
RGB Variations
Color information
#BBCAD0 (or 0xBBCAD0) is known color: Heather. HEX triplet: BB, CA and D0. RGB value is (187,202,208). Sum of RGB (Red+Green+Blue) = 187+202+208=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD0 is #44352F. Grayscale: #C6C6C6. Windows color (decimal): -4470064 or 13683387. OLE color: 13683387.
HSL color Cylindrical-coordinate representation of color #BBCAD0: hue angle of 197.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCAD0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 202 | 208 | - |
CMYK | 0.10 | 0.03 | 0 | 0.18 |
HSL | 197.14º | 0.18% | 0.77% | - |
HSV(B) | 197.14º | 0.1% | 0.82% | - |
XYZ | 53 | 57.36 | 67.95 | - |
YUV | 198.2 | 133.53 | 120.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 208 | 0.10 | 0.03 | 0 | 0.18 | 197.14 | 0.18 | 0.77 |
Hex | BB | CA | D0 | A | 3 | 0 | 12 | C5 | 12 | 4D |
Octal | 273 | 312 | 320 | 12 | 3 | 0 | 22 | 305 | 22 | 115 |
Binary | 10111011 | 11001010 | 11010000 | 1010 | 11 | 0 | 10010 | 11000101 | 10010 | 1001101 |
Color Harmonies of #BBCAD0
Complementary color
Monochromatic Colors of #BBCAD0
Black with #BBCAD0
Text Example
Text Example
White with #BBCAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAD0; }
p { color: rgb(187,202,208); }
H1.HeaderClassName
{
color: #BBCAD0;
}
.AnyTagClassName
{
color: #BBCAD0;
}
</style>
background-color css
<style>
a { background-color: #BBCAD0; }
a { background-color: rgb(187,202,208); }
div.DivClassName
{
background-color: #BBCAD0;
}
.BgClassName
{
background-color: #BBCAD0;
}
</style>
border-color css
<style>
span { border-color: #BBCAD0; }
span { border-color: rgb(187,202,208); }
td.TdClassName
{
border-color: #BBCAD0;
}
.TagClassName
{
border-color: #BBCAD0;
}
</style>