Shades of Heather #B9C1C3
Tints of Heather #B9C1C3
RGB
CMYK
RGB Variations
Color information
#B9C1C3 (or 0xB9C1C3) is known color: Heather. HEX triplet: B9, C1 and C3. RGB value is (185,193,195). Sum of RGB (Red+Green+Blue) = 185+193+195=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9C1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1C3 is #463E3C. Grayscale: #BEBEBE. Windows color (decimal): -4603453 or 12829113. OLE color: 12829113.
HSL color Cylindrical-coordinate representation of color #B9C1C3: hue angle of 192º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C1C3 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 195 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.24 |
| HSL | 192º | 0.08% | 0.75% | - |
| HSV(B) | 192º | 0.05% | 0.76% | - |
| XYZ | 48.93 | 52.39 | 59.16 | - |
| YUV | 190.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 195 | 0.05 | 0.01 | 0 | 0.24 | 192 | 0.08 | 0.75 |
| Hex | B9 | C1 | C3 | 5 | 1 | 0 | 18 | C0 | 8 | 4B |
| Octal | 271 | 301 | 303 | 5 | 1 | 0 | 30 | 300 | 10 | 113 |
| Binary | 10111001 | 11000001 | 11000011 | 101 | 1 | 0 | 11000 | 11000000 | 1000 | 1001011 |
Color Harmonies of #B9C1C3
Complementary color
Monochromatic Colors of #B9C1C3
Black with #B9C1C3
Text Example
Text Example
White with #B9C1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C1C3; }
p { color: rgb(185,193,195); }
H1.HeaderClassName
{
color: #B9C1C3;
}
.AnyTagClassName
{
color: #B9C1C3;
}
</style>
background-color css
<style>
a { background-color: #B9C1C3; }
a { background-color: rgb(185,193,195); }
div.DivClassName
{
background-color: #B9C1C3;
}
.BgClassName
{
background-color: #B9C1C3;
}
</style>
border-color css
<style>
span { border-color: #B9C1C3; }
span { border-color: rgb(185,193,195); }
td.TdClassName
{
border-color: #B9C1C3;
}
.TagClassName
{
border-color: #B9C1C3;
}
</style>