Shades of Heather #B0BAC3
Tints of Heather #B0BAC3
RGB
CMYK
RGB Variations
Color information
#B0BAC3 (or 0xB0BAC3) is known color: Heather. HEX triplet: B0, BA and C3. RGB value is (176,186,195). Sum of RGB (Red+Green+Blue) = 176+186+195=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #B0BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAC3 is #4F453C. Grayscale: #B7B7B7. Windows color (decimal): -5195069 or 12827312. OLE color: 12827312.
HSL color Cylindrical-coordinate representation of color #B0BAC3: hue angle of 208.42º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BAC3 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 186 | 195 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.24 |
| HSL | 208.42º | 0.14% | 0.73% | - |
| HSV(B) | 208.42º | 0.1% | 0.76% | - |
| XYZ | 45.31 | 48.29 | 58.56 | - |
| YUV | 184.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 195 | 0.10 | 0.05 | 0 | 0.24 | 208.42 | 0.14 | 0.73 |
| Hex | B0 | BA | C3 | A | 5 | 0 | 18 | D0 | E | 49 |
| Octal | 260 | 272 | 303 | 12 | 5 | 0 | 30 | 320 | 16 | 111 |
| Binary | 10110000 | 10111010 | 11000011 | 1010 | 101 | 0 | 11000 | 11010000 | 1110 | 1001001 |
Color Harmonies of #B0BAC3
Complementary color
Monochromatic Colors of #B0BAC3
Black with #B0BAC3
Text Example
Text Example
White with #B0BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BAC3; }
p { color: rgb(176,186,195); }
H1.HeaderClassName
{
color: #B0BAC3;
}
.AnyTagClassName
{
color: #B0BAC3;
}
</style>
background-color css
<style>
a { background-color: #B0BAC3; }
a { background-color: rgb(176,186,195); }
div.DivClassName
{
background-color: #B0BAC3;
}
.BgClassName
{
background-color: #B0BAC3;
}
</style>
border-color css
<style>
span { border-color: #B0BAC3; }
span { border-color: rgb(176,186,195); }
td.TdClassName
{
border-color: #B0BAC3;
}
.TagClassName
{
border-color: #B0BAC3;
}
</style>