Shades of Heather #B2BAC3
Tints of Heather #B2BAC3
RGB
CMYK
RGB Variations
Color information
#B2BAC3 (or 0xB2BAC3) is known color: Heather. HEX triplet: B2, BA and C3. RGB value is (178,186,195). Sum of RGB (Red+Green+Blue) = 178+186+195=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #B2BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAC3 is #4D453C. Grayscale: #B8B8B8. Windows color (decimal): -5063997 or 12827314. OLE color: 12827314.
HSL color Cylindrical-coordinate representation of color #B2BAC3: hue angle of 211.76º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2BAC3 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 178 | 186 | 195 | - |
CMYK | 0.09 | 0.05 | 0 | 0.24 |
HSL | 211.76º | 0.12% | 0.73% | - |
HSV(B) | 211.76º | 0.09% | 0.76% | - |
XYZ | 45.77 | 48.52 | 58.58 | - |
YUV | 184.63 | 133.85 | 123.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 186 | 195 | 0.09 | 0.05 | 0 | 0.24 | 211.76 | 0.12 | 0.73 |
Hex | B2 | BA | C3 | 9 | 5 | 0 | 18 | D4 | C | 49 |
Octal | 262 | 272 | 303 | 11 | 5 | 0 | 30 | 324 | 14 | 111 |
Binary | 10110010 | 10111010 | 11000011 | 1001 | 101 | 0 | 11000 | 11010100 | 1100 | 1001001 |
Color Harmonies of #B2BAC3
Complementary color
Monochromatic Colors of #B2BAC3
Black with #B2BAC3
Text Example
Text Example
White with #B2BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAC3; }
p { color: rgb(178,186,195); }
H1.HeaderClassName
{
color: #B2BAC3;
}
.AnyTagClassName
{
color: #B2BAC3;
}
</style>
background-color css
<style>
a { background-color: #B2BAC3; }
a { background-color: rgb(178,186,195); }
div.DivClassName
{
background-color: #B2BAC3;
}
.BgClassName
{
background-color: #B2BAC3;
}
</style>
border-color css
<style>
span { border-color: #B2BAC3; }
span { border-color: rgb(178,186,195); }
td.TdClassName
{
border-color: #B2BAC3;
}
.TagClassName
{
border-color: #B2BAC3;
}
</style>