Shades of Heather #B9C3CA
Tints of Heather #B9C3CA
RGB
CMYK
RGB Variations
Color information
#B9C3CA (or 0xB9C3CA) is known color: Heather. HEX triplet: B9, C3 and CA. RGB value is (185,195,202). Sum of RGB (Red+Green+Blue) = 185+195+202=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9C3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3CA is #463C35. Grayscale: #C0C0C0. Windows color (decimal): -4602934 or 13288377. OLE color: 13288377.
HSL color Cylindrical-coordinate representation of color #B9C3CA: hue angle of 204.71º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9C3CA is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 195 | 202 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.21 |
| HSL | 204.71º | 0.14% | 0.76% | - |
| HSV(B) | 204.71º | 0.08% | 0.79% | - |
| XYZ | 50.18 | 53.61 | 63.58 | - |
| YUV | 192.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 202 | 0.08 | 0.03 | 0 | 0.21 | 204.71 | 0.14 | 0.76 |
| Hex | B9 | C3 | CA | 8 | 3 | 0 | 15 | CD | E | 4C |
| Octal | 271 | 303 | 312 | 10 | 3 | 0 | 25 | 315 | 16 | 114 |
| Binary | 10111001 | 11000011 | 11001010 | 1000 | 11 | 0 | 10101 | 11001101 | 1110 | 1001100 |
Color Harmonies of #B9C3CA
Complementary color
Monochromatic Colors of #B9C3CA
Black with #B9C3CA
Text Example
Text Example
White with #B9C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C3CA; }
p { color: rgb(185,195,202); }
H1.HeaderClassName
{
color: #B9C3CA;
}
.AnyTagClassName
{
color: #B9C3CA;
}
</style>
background-color css
<style>
a { background-color: #B9C3CA; }
a { background-color: rgb(185,195,202); }
div.DivClassName
{
background-color: #B9C3CA;
}
.BgClassName
{
background-color: #B9C3CA;
}
</style>
border-color css
<style>
span { border-color: #B9C3CA; }
span { border-color: rgb(185,195,202); }
td.TdClassName
{
border-color: #B9C3CA;
}
.TagClassName
{
border-color: #B9C3CA;
}
</style>