Shades of Heather #B0B9C1
Tints of Heather #B0B9C1
RGB
CMYK
RGB Variations
Color information
#B0B9C1 (or 0xB0B9C1) is known color: Heather. HEX triplet: B0, B9 and C1. RGB value is (176,185,193). Sum of RGB (Red+Green+Blue) = 176+185+193=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0B9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B9C1 is #4F463E. Grayscale: #B7B7B7. Windows color (decimal): -5195327 or 12695984. OLE color: 12695984.
HSL color Cylindrical-coordinate representation of color #B0B9C1: hue angle of 208.24º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0B9C1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 185 | 193 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.24 |
| HSL | 208.24º | 0.12% | 0.72% | - |
| HSV(B) | 208.24º | 0.09% | 0.76% | - |
| XYZ | 44.88 | 47.78 | 57.31 | - |
| YUV | 183.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 193 | 0.09 | 0.04 | 0 | 0.24 | 208.24 | 0.12 | 0.72 |
| Hex | B0 | B9 | C1 | 9 | 4 | 0 | 18 | D0 | C | 48 |
| Octal | 260 | 271 | 301 | 11 | 4 | 0 | 30 | 320 | 14 | 110 |
| Binary | 10110000 | 10111001 | 11000001 | 1001 | 100 | 0 | 11000 | 11010000 | 1100 | 1001000 |
Color Harmonies of #B0B9C1
Complementary color
Monochromatic Colors of #B0B9C1
Black with #B0B9C1
Text Example
Text Example
White with #B0B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B9C1; }
p { color: rgb(176,185,193); }
H1.HeaderClassName
{
color: #B0B9C1;
}
.AnyTagClassName
{
color: #B0B9C1;
}
</style>
background-color css
<style>
a { background-color: #B0B9C1; }
a { background-color: rgb(176,185,193); }
div.DivClassName
{
background-color: #B0B9C1;
}
.BgClassName
{
background-color: #B0B9C1;
}
</style>
border-color css
<style>
span { border-color: #B0B9C1; }
span { border-color: rgb(176,185,193); }
td.TdClassName
{
border-color: #B0B9C1;
}
.TagClassName
{
border-color: #B0B9C1;
}
</style>