Shades of Heather #BBC7CD
Tints of Heather #BBC7CD
RGB
CMYK
RGB Variations
Color information
#BBC7CD (or 0xBBC7CD) is known color: Heather. HEX triplet: BB, C7 and CD. RGB value is (187,199,205). Sum of RGB (Red+Green+Blue) = 187+199+205=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7CD is #443832. Grayscale: #C4C4C4. Windows color (decimal): -4470835 or 13486011. OLE color: 13486011.
HSL color Cylindrical-coordinate representation of color #BBC7CD: hue angle of 200º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC7CD is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 199 | 205 | - |
CMYK | 0.09 | 0.03 | 0 | 0.20 |
HSL | 200º | 0.15% | 0.77% | - |
HSV(B) | 200º | 0.09% | 0.8% | - |
XYZ | 51.94 | 55.82 | 65.79 | - |
YUV | 196.1 | 133.02 | 121.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 199 | 205 | 0.09 | 0.03 | 0 | 0.20 | 200 | 0.15 | 0.77 |
Hex | BB | C7 | CD | 9 | 3 | 0 | 14 | C8 | F | 4D |
Octal | 273 | 307 | 315 | 11 | 3 | 0 | 24 | 310 | 17 | 115 |
Binary | 10111011 | 11000111 | 11001101 | 1001 | 11 | 0 | 10100 | 11001000 | 1111 | 1001101 |
Color Harmonies of #BBC7CD
Complementary color
Monochromatic Colors of #BBC7CD
Black with #BBC7CD
Text Example
Text Example
White with #BBC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7CD; }
p { color: rgb(187,199,205); }
H1.HeaderClassName
{
color: #BBC7CD;
}
.AnyTagClassName
{
color: #BBC7CD;
}
</style>
background-color css
<style>
a { background-color: #BBC7CD; }
a { background-color: rgb(187,199,205); }
div.DivClassName
{
background-color: #BBC7CD;
}
.BgClassName
{
background-color: #BBC7CD;
}
</style>
border-color css
<style>
span { border-color: #BBC7CD; }
span { border-color: rgb(187,199,205); }
td.TdClassName
{
border-color: #BBC7CD;
}
.TagClassName
{
border-color: #BBC7CD;
}
</style>