Shades of Heather #B9C7CB
Tints of Heather #B9C7CB
RGB
CMYK
RGB Variations
Color information
#B9C7CB (or 0xB9C7CB) is known color: Heather. HEX triplet: B9, C7 and CB. RGB value is (185,199,203). Sum of RGB (Red+Green+Blue) = 185+199+203=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9C7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C7CB is #463834. Grayscale: #C3C3C3. Windows color (decimal): -4601909 or 13354937. OLE color: 13354937.
HSL color Cylindrical-coordinate representation of color #B9C7CB: hue angle of 193.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C7CB is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 199 | 203 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.20 |
| HSL | 193.33º | 0.15% | 0.76% | - |
| HSV(B) | 193.33º | 0.09% | 0.8% | - |
| XYZ | 51.21 | 55.47 | 64.51 | - |
| YUV | 195.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 203 | 0.09 | 0.02 | 0 | 0.20 | 193.33 | 0.15 | 0.76 |
| Hex | B9 | C7 | CB | 9 | 2 | 0 | 14 | C1 | F | 4C |
| Octal | 271 | 307 | 313 | 11 | 2 | 0 | 24 | 301 | 17 | 114 |
| Binary | 10111001 | 11000111 | 11001011 | 1001 | 10 | 0 | 10100 | 11000001 | 1111 | 1001100 |
Color Harmonies of #B9C7CB
Complementary color
Monochromatic Colors of #B9C7CB
Black with #B9C7CB
Text Example
Text Example
White with #B9C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C7CB; }
p { color: rgb(185,199,203); }
H1.HeaderClassName
{
color: #B9C7CB;
}
.AnyTagClassName
{
color: #B9C7CB;
}
</style>
background-color css
<style>
a { background-color: #B9C7CB; }
a { background-color: rgb(185,199,203); }
div.DivClassName
{
background-color: #B9C7CB;
}
.BgClassName
{
background-color: #B9C7CB;
}
</style>
border-color css
<style>
span { border-color: #B9C7CB; }
span { border-color: rgb(185,199,203); }
td.TdClassName
{
border-color: #B9C7CB;
}
.TagClassName
{
border-color: #B9C7CB;
}
</style>