Shades of Heather #B9C0C3
Tints of Heather #B9C0C3
RGB
CMYK
RGB Variations
Color information
#B9C0C3 (or 0xB9C0C3) is known color: Heather. HEX triplet: B9, C0 and C3. RGB value is (185,192,195). Sum of RGB (Red+Green+Blue) = 185+192+195=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9C0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0C3 is #463F3C. Grayscale: #BEBEBE. Windows color (decimal): -4603709 or 12828857. OLE color: 12828857.
HSL color Cylindrical-coordinate representation of color #B9C0C3: hue angle of 198º 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 #B9C0C3 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 192 | 195 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.24 |
| HSL | 198º | 0.08% | 0.75% | - |
| HSV(B) | 198º | 0.05% | 0.76% | - |
| XYZ | 48.71 | 51.95 | 59.09 | - |
| YUV | 190.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 195 | 0.05 | 0.02 | 0 | 0.24 | 198 | 0.08 | 0.75 |
| Hex | B9 | C0 | C3 | 5 | 2 | 0 | 18 | C6 | 8 | 4B |
| Octal | 271 | 300 | 303 | 5 | 2 | 0 | 30 | 306 | 10 | 113 |
| Binary | 10111001 | 11000000 | 11000011 | 101 | 10 | 0 | 11000 | 11000110 | 1000 | 1001011 |
Color Harmonies of #B9C0C3
Complementary color
Monochromatic Colors of #B9C0C3
Black with #B9C0C3
Text Example
Text Example
White with #B9C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C0C3; }
p { color: rgb(185,192,195); }
H1.HeaderClassName
{
color: #B9C0C3;
}
.AnyTagClassName
{
color: #B9C0C3;
}
</style>
background-color css
<style>
a { background-color: #B9C0C3; }
a { background-color: rgb(185,192,195); }
div.DivClassName
{
background-color: #B9C0C3;
}
.BgClassName
{
background-color: #B9C0C3;
}
</style>
border-color css
<style>
span { border-color: #B9C0C3; }
span { border-color: rgb(185,192,195); }
td.TdClassName
{
border-color: #B9C0C3;
}
.TagClassName
{
border-color: #B9C0C3;
}
</style>