Shades of Heather #B9C8CE
Tints of Heather #B9C8CE
RGB
CMYK
RGB Variations
Color information
#B9C8CE (or 0xB9C8CE) is known color: Heather. HEX triplet: B9, C8 and CE. RGB value is (185,200,206). Sum of RGB (Red+Green+Blue) = 185+200+206=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C8CE is #463731. Grayscale: #C4C4C4. Windows color (decimal): -4601650 or 13551801. OLE color: 13551801.
HSL color Cylindrical-coordinate representation of color #B9C8CE: hue angle of 197.14º degrees, saturation: 0.18, 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 #B9C8CE is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 200 | 206 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.19 |
| HSL | 197.14º | 0.18% | 0.77% | - |
| HSV(B) | 197.14º | 0.1% | 0.81% | - |
| XYZ | 51.8 | 56.08 | 66.49 | - |
| YUV | 196.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 206 | 0.10 | 0.03 | 0 | 0.19 | 197.14 | 0.18 | 0.77 |
| Hex | B9 | C8 | CE | A | 3 | 0 | 13 | C5 | 12 | 4D |
| Octal | 271 | 310 | 316 | 12 | 3 | 0 | 23 | 305 | 22 | 115 |
| Binary | 10111001 | 11001000 | 11001110 | 1010 | 11 | 0 | 10011 | 11000101 | 10010 | 1001101 |
Color Harmonies of #B9C8CE
Complementary color
Monochromatic Colors of #B9C8CE
Black with #B9C8CE
Text Example
Text Example
White with #B9C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C8CE; }
p { color: rgb(185,200,206); }
H1.HeaderClassName
{
color: #B9C8CE;
}
.AnyTagClassName
{
color: #B9C8CE;
}
</style>
background-color css
<style>
a { background-color: #B9C8CE; }
a { background-color: rgb(185,200,206); }
div.DivClassName
{
background-color: #B9C8CE;
}
.BgClassName
{
background-color: #B9C8CE;
}
</style>
border-color css
<style>
span { border-color: #B9C8CE; }
span { border-color: rgb(185,200,206); }
td.TdClassName
{
border-color: #B9C8CE;
}
.TagClassName
{
border-color: #B9C8CE;
}
</style>