Shades of Zanah #BAC2BA
Tints of Zanah #BAC2BA
RGB
CMYK
RGB Variations
Color information
#BAC2BA (or 0xBAC2BA) is known color: Zanah. HEX triplet: BA, C2 and BA. RGB value is (186,194,186). Sum of RGB (Red+Green+Blue) = 186+194+186=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2BA is #453D45. Grayscale: #BEBEBE. Windows color (decimal): -4537670 or 12239546. OLE color: 12239546.
HSL color Cylindrical-coordinate representation of color #BAC2BA: hue angle of 120º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAC2BA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 186 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.24 |
| HSL | 120º | 0.06% | 0.75% | - |
| HSV(B) | 120º | 0.04% | 0.76% | - |
| XYZ | 48.4 | 52.57 | 54.05 | - |
| YUV | 190.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 186 | 0.04 | 0 | 0.04 | 0.24 | 120 | 0.06 | 0.75 |
| Hex | BA | C2 | BA | 4 | 0 | 4 | 18 | 78 | 6 | 4B |
| Octal | 272 | 302 | 272 | 4 | 0 | 4 | 30 | 170 | 6 | 113 |
| Binary | 10111010 | 11000010 | 10111010 | 100 | 0 | 100 | 11000 | 1111000 | 110 | 1001011 |
Color Harmonies of #BAC2BA
Complementary color
Monochromatic Colors of #BAC2BA
Black with #BAC2BA
Text Example
Text Example
White with #BAC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2BA; }
p { color: rgb(186,194,186); }
H1.HeaderClassName
{
color: #BAC2BA;
}
.AnyTagClassName
{
color: #BAC2BA;
}
</style>
background-color css
<style>
a { background-color: #BAC2BA; }
a { background-color: rgb(186,194,186); }
div.DivClassName
{
background-color: #BAC2BA;
}
.BgClassName
{
background-color: #BAC2BA;
}
</style>
border-color css
<style>
span { border-color: #BAC2BA; }
span { border-color: rgb(186,194,186); }
td.TdClassName
{
border-color: #BAC2BA;
}
.TagClassName
{
border-color: #BAC2BA;
}
</style>