Shades of Heather #B2BAC1
Tints of Heather #B2BAC1
RGB
CMYK
RGB Variations
Color information
#B2BAC1 (or 0xB2BAC1) is known color: Heather. HEX triplet: B2, BA and C1. RGB value is (178,186,193). Sum of RGB (Red+Green+Blue) = 178+186+193=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAC1 is #4D453E. Grayscale: #B8B8B8. Windows color (decimal): -5063999 or 12696242. OLE color: 12696242.
HSL color Cylindrical-coordinate representation of color #B2BAC1: hue angle of 208º 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 #B2BAC1 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 186 | 193 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.24 |
| HSL | 208º | 0.11% | 0.73% | - |
| HSV(B) | 208º | 0.08% | 0.76% | - |
| XYZ | 45.54 | 48.43 | 57.4 | - |
| YUV | 184.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 193 | 0.08 | 0.04 | 0 | 0.24 | 208 | 0.11 | 0.73 |
| Hex | B2 | BA | C1 | 8 | 4 | 0 | 18 | D0 | B | 49 |
| Octal | 262 | 272 | 301 | 10 | 4 | 0 | 30 | 320 | 13 | 111 |
| Binary | 10110010 | 10111010 | 11000001 | 1000 | 100 | 0 | 11000 | 11010000 | 1011 | 1001001 |
Color Harmonies of #B2BAC1
Complementary color
Monochromatic Colors of #B2BAC1
Black with #B2BAC1
Text Example
Text Example
White with #B2BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAC1; }
p { color: rgb(178,186,193); }
H1.HeaderClassName
{
color: #B2BAC1;
}
.AnyTagClassName
{
color: #B2BAC1;
}
</style>
background-color css
<style>
a { background-color: #B2BAC1; }
a { background-color: rgb(178,186,193); }
div.DivClassName
{
background-color: #B2BAC1;
}
.BgClassName
{
background-color: #B2BAC1;
}
</style>
border-color css
<style>
span { border-color: #B2BAC1; }
span { border-color: rgb(178,186,193); }
td.TdClassName
{
border-color: #B2BAC1;
}
.TagClassName
{
border-color: #B2BAC1;
}
</style>