Shades of Heather #B0BAC1
Tints of Heather #B0BAC1
RGB
CMYK
RGB Variations
Color information
#B0BAC1 (or 0xB0BAC1) is known color: Heather. HEX triplet: B0, BA and C1. RGB value is (176,186,193). Sum of RGB (Red+Green+Blue) = 176+186+193=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAC1 is #4F453E. Grayscale: #B7B7B7. Windows color (decimal): -5195071 or 12696240. OLE color: 12696240.
HSL color Cylindrical-coordinate representation of color #B0BAC1: hue angle of 204.71º 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 #B0BAC1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 186 | 193 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.24 |
| HSL | 204.71º | 0.12% | 0.72% | - |
| HSV(B) | 204.71º | 0.09% | 0.76% | - |
| XYZ | 45.09 | 48.2 | 57.38 | - |
| YUV | 183.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 193 | 0.09 | 0.04 | 0 | 0.24 | 204.71 | 0.12 | 0.72 |
| Hex | B0 | BA | C1 | 9 | 4 | 0 | 18 | CD | C | 48 |
| Octal | 260 | 272 | 301 | 11 | 4 | 0 | 30 | 315 | 14 | 110 |
| Binary | 10110000 | 10111010 | 11000001 | 1001 | 100 | 0 | 11000 | 11001101 | 1100 | 1001000 |
Color Harmonies of #B0BAC1
Complementary color
Monochromatic Colors of #B0BAC1
Black with #B0BAC1
Text Example
Text Example
White with #B0BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BAC1; }
p { color: rgb(176,186,193); }
H1.HeaderClassName
{
color: #B0BAC1;
}
.AnyTagClassName
{
color: #B0BAC1;
}
</style>
background-color css
<style>
a { background-color: #B0BAC1; }
a { background-color: rgb(176,186,193); }
div.DivClassName
{
background-color: #B0BAC1;
}
.BgClassName
{
background-color: #B0BAC1;
}
</style>
border-color css
<style>
span { border-color: #B0BAC1; }
span { border-color: rgb(176,186,193); }
td.TdClassName
{
border-color: #B0BAC1;
}
.TagClassName
{
border-color: #B0BAC1;
}
</style>