Shades of Heather #BBC9CD
Tints of Heather #BBC9CD
RGB
CMYK
RGB Variations
Color information
#BBC9CD (or 0xBBC9CD) is known color: Heather. HEX triplet: BB, C9 and CD. RGB value is (187,201,205). Sum of RGB (Red+Green+Blue) = 187+201+205=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CD is #443632. Grayscale: #C5C5C5. Windows color (decimal): -4470323 or 13486523. OLE color: 13486523.
HSL color Cylindrical-coordinate representation of color #BBC9CD: hue angle of 193.33º 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 #BBC9CD is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 201 | 205 | - |
CMYK | 0.09 | 0.02 | 0 | 0.20 |
HSL | 193.33º | 0.15% | 0.77% | - |
HSV(B) | 193.33º | 0.09% | 0.8% | - |
XYZ | 52.4 | 56.75 | 65.95 | - |
YUV | 197.27 | 132.36 | 120.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 201 | 205 | 0.09 | 0.02 | 0 | 0.20 | 193.33 | 0.15 | 0.77 |
Hex | BB | C9 | CD | 9 | 2 | 0 | 14 | C1 | F | 4D |
Octal | 273 | 311 | 315 | 11 | 2 | 0 | 24 | 301 | 17 | 115 |
Binary | 10111011 | 11001001 | 11001101 | 1001 | 10 | 0 | 10100 | 11000001 | 1111 | 1001101 |
Color Harmonies of #BBC9CD
Complementary color
Monochromatic Colors of #BBC9CD
Black with #BBC9CD
Text Example
Text Example
White with #BBC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9CD; }
p { color: rgb(187,201,205); }
H1.HeaderClassName
{
color: #BBC9CD;
}
.AnyTagClassName
{
color: #BBC9CD;
}
</style>
background-color css
<style>
a { background-color: #BBC9CD; }
a { background-color: rgb(187,201,205); }
div.DivClassName
{
background-color: #BBC9CD;
}
.BgClassName
{
background-color: #BBC9CD;
}
</style>
border-color css
<style>
span { border-color: #BBC9CD; }
span { border-color: rgb(187,201,205); }
td.TdClassName
{
border-color: #BBC9CD;
}
.TagClassName
{
border-color: #BBC9CD;
}
</style>