Shades of Heather #B1BAC0
Tints of Heather #B1BAC0
RGB
CMYK
RGB Variations
Color information
#B1BAC0 (or 0xB1BAC0) is known color: Heather. HEX triplet: B1, BA and C0. RGB value is (177,186,192). Sum of RGB (Red+Green+Blue) = 177+186+192=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #B1BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BAC0 is #4E453F. Grayscale: #B7B7B7. Windows color (decimal): -5129536 or 12630705. OLE color: 12630705.
HSL color Cylindrical-coordinate representation of color #B1BAC0: hue angle of 204º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BAC0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 186 | 192 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.25 |
| HSL | 204º | 0.11% | 0.72% | - |
| HSV(B) | 204º | 0.08% | 0.75% | - |
| XYZ | 45.2 | 48.27 | 56.8 | - |
| YUV | 183.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 192 | 0.08 | 0.03 | 0 | 0.25 | 204 | 0.11 | 0.72 |
| Hex | B1 | BA | C0 | 8 | 3 | 0 | 19 | CC | B | 48 |
| Octal | 261 | 272 | 300 | 10 | 3 | 0 | 31 | 314 | 13 | 110 |
| Binary | 10110001 | 10111010 | 11000000 | 1000 | 11 | 0 | 11001 | 11001100 | 1011 | 1001000 |
Color Harmonies of #B1BAC0
Complementary color
Monochromatic Colors of #B1BAC0
Black with #B1BAC0
Text Example
Text Example
White with #B1BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAC0; }
p { color: rgb(177,186,192); }
H1.HeaderClassName
{
color: #B1BAC0;
}
.AnyTagClassName
{
color: #B1BAC0;
}
</style>
background-color css
<style>
a { background-color: #B1BAC0; }
a { background-color: rgb(177,186,192); }
div.DivClassName
{
background-color: #B1BAC0;
}
.BgClassName
{
background-color: #B1BAC0;
}
</style>
border-color css
<style>
span { border-color: #B1BAC0; }
span { border-color: rgb(177,186,192); }
td.TdClassName
{
border-color: #B1BAC0;
}
.TagClassName
{
border-color: #B1BAC0;
}
</style>