Shades of Heather #B9C6CD
Tints of Heather #B9C6CD
RGB
CMYK
RGB Variations
Color information
#B9C6CD (or 0xB9C6CD) is known color: Heather. HEX triplet: B9, C6 and CD. RGB value is (185,198,205). Sum of RGB (Red+Green+Blue) = 185+198+205=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C6CD is #463932. Grayscale: #C2C2C2. Windows color (decimal): -4602163 or 13485753. OLE color: 13485753.
HSL color Cylindrical-coordinate representation of color #B9C6CD: hue angle of 201º 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 #B9C6CD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 198 | 205 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.20 |
| HSL | 201º | 0.17% | 0.76% | - |
| HSV(B) | 201º | 0.1% | 0.8% | - |
| XYZ | 51.22 | 55.11 | 65.7 | - |
| YUV | 194.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 205 | 0.10 | 0.03 | 0 | 0.20 | 201 | 0.17 | 0.76 |
| Hex | B9 | C6 | CD | A | 3 | 0 | 14 | C9 | 11 | 4C |
| Octal | 271 | 306 | 315 | 12 | 3 | 0 | 24 | 311 | 21 | 114 |
| Binary | 10111001 | 11000110 | 11001101 | 1010 | 11 | 0 | 10100 | 11001001 | 10001 | 1001100 |
Color Harmonies of #B9C6CD
Complementary color
Monochromatic Colors of #B9C6CD
Black with #B9C6CD
Text Example
Text Example
White with #B9C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C6CD; }
p { color: rgb(185,198,205); }
H1.HeaderClassName
{
color: #B9C6CD;
}
.AnyTagClassName
{
color: #B9C6CD;
}
</style>
background-color css
<style>
a { background-color: #B9C6CD; }
a { background-color: rgb(185,198,205); }
div.DivClassName
{
background-color: #B9C6CD;
}
.BgClassName
{
background-color: #B9C6CD;
}
</style>
border-color css
<style>
span { border-color: #B9C6CD; }
span { border-color: rgb(185,198,205); }
td.TdClassName
{
border-color: #B9C6CD;
}
.TagClassName
{
border-color: #B9C6CD;
}
</style>