Shades of Heather #B9C8CD
Tints of Heather #B9C8CD
RGB
CMYK
RGB Variations
Color information
#B9C8CD (or 0xB9C8CD) is known color: Heather. HEX triplet: B9, C8 and CD. RGB value is (185,200,205). Sum of RGB (Red+Green+Blue) = 185+200+205=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C8CD is #463732. Grayscale: #C4C4C4. Windows color (decimal): -4601651 or 13486265. OLE color: 13486265.
HSL color Cylindrical-coordinate representation of color #B9C8CD: hue angle of 195º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C8CD is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 200 | 205 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.20 |
| HSL | 195º | 0.17% | 0.76% | - |
| HSV(B) | 195º | 0.1% | 0.8% | - |
| XYZ | 51.68 | 56.03 | 65.85 | - |
| YUV | 196.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 205 | 0.10 | 0.02 | 0 | 0.20 | 195 | 0.17 | 0.76 |
| Hex | B9 | C8 | CD | A | 2 | 0 | 14 | C3 | 11 | 4C |
| Octal | 271 | 310 | 315 | 12 | 2 | 0 | 24 | 303 | 21 | 114 |
| Binary | 10111001 | 11001000 | 11001101 | 1010 | 10 | 0 | 10100 | 11000011 | 10001 | 1001100 |
Color Harmonies of #B9C8CD
Complementary color
Monochromatic Colors of #B9C8CD
Black with #B9C8CD
Text Example
Text Example
White with #B9C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C8CD; }
p { color: rgb(185,200,205); }
H1.HeaderClassName
{
color: #B9C8CD;
}
.AnyTagClassName
{
color: #B9C8CD;
}
</style>
background-color css
<style>
a { background-color: #B9C8CD; }
a { background-color: rgb(185,200,205); }
div.DivClassName
{
background-color: #B9C8CD;
}
.BgClassName
{
background-color: #B9C8CD;
}
</style>
border-color css
<style>
span { border-color: #B9C8CD; }
span { border-color: rgb(185,200,205); }
td.TdClassName
{
border-color: #B9C8CD;
}
.TagClassName
{
border-color: #B9C8CD;
}
</style>