Shades of Heather #B1BAC1
Tints of Heather #B1BAC1
RGB
CMYK
RGB Variations
Color information
#B1BAC1 (or 0xB1BAC1) is known color: Heather. HEX triplet: B1, BA and C1. RGB value is (177,186,193). Sum of RGB (Red+Green+Blue) = 177+186+193=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BAC1 is #4E453E. Grayscale: #B8B8B8. Windows color (decimal): -5129535 or 12696241. OLE color: 12696241.
HSL color Cylindrical-coordinate representation of color #B1BAC1: hue angle of 206.25º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BAC1 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 186 | 193 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.24 |
| HSL | 206.25º | 0.11% | 0.73% | - |
| HSV(B) | 206.25º | 0.08% | 0.76% | - |
| XYZ | 45.32 | 48.32 | 57.39 | - |
| YUV | 184.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 193 | 0.08 | 0.04 | 0 | 0.24 | 206.25 | 0.11 | 0.73 |
| Hex | B1 | BA | C1 | 8 | 4 | 0 | 18 | CE | B | 49 |
| Octal | 261 | 272 | 301 | 10 | 4 | 0 | 30 | 316 | 13 | 111 |
| Binary | 10110001 | 10111010 | 11000001 | 1000 | 100 | 0 | 11000 | 11001110 | 1011 | 1001001 |
Color Harmonies of #B1BAC1
Complementary color
Monochromatic Colors of #B1BAC1
Black with #B1BAC1
Text Example
Text Example
White with #B1BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAC1; }
p { color: rgb(177,186,193); }
H1.HeaderClassName
{
color: #B1BAC1;
}
.AnyTagClassName
{
color: #B1BAC1;
}
</style>
background-color css
<style>
a { background-color: #B1BAC1; }
a { background-color: rgb(177,186,193); }
div.DivClassName
{
background-color: #B1BAC1;
}
.BgClassName
{
background-color: #B1BAC1;
}
</style>
border-color css
<style>
span { border-color: #B1BAC1; }
span { border-color: rgb(177,186,193); }
td.TdClassName
{
border-color: #B1BAC1;
}
.TagClassName
{
border-color: #B1BAC1;
}
</style>