Shades of Zanah #BAC9B9
Tints of Zanah #BAC9B9
RGB
CMYK
RGB Variations
Color information
#BAC9B9 (or 0xBAC9B9) is known color: Zanah. HEX triplet: BA, C9 and B9. RGB value is (186,201,185). Sum of RGB (Red+Green+Blue) = 186+201+185=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9B9 is #453646. Grayscale: #C2C2C2. Windows color (decimal): -4535879 or 12175802. OLE color: 12175802.
HSL color Cylindrical-coordinate representation of color #BAC9B9: hue angle of 116.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC9B9 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 185 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.21 |
| HSL | 116.25º | 0.13% | 0.76% | - |
| HSV(B) | 116.25º | 0.08% | 0.79% | - |
| XYZ | 49.89 | 55.72 | 54.02 | - |
| YUV | 194.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 185 | 0.07 | 0 | 0.08 | 0.21 | 116.25 | 0.13 | 0.76 |
| Hex | BA | C9 | B9 | 7 | 0 | 8 | 15 | 74 | D | 4C |
| Octal | 272 | 311 | 271 | 7 | 0 | 10 | 25 | 164 | 15 | 114 |
| Binary | 10111010 | 11001001 | 10111001 | 111 | 0 | 1000 | 10101 | 1110100 | 1101 | 1001100 |
Color Harmonies of #BAC9B9
Complementary color
Monochromatic Colors of #BAC9B9
Black with #BAC9B9
Text Example
Text Example
White with #BAC9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9B9; }
p { color: rgb(186,201,185); }
H1.HeaderClassName
{
color: #BAC9B9;
}
.AnyTagClassName
{
color: #BAC9B9;
}
</style>
background-color css
<style>
a { background-color: #BAC9B9; }
a { background-color: rgb(186,201,185); }
div.DivClassName
{
background-color: #BAC9B9;
}
.BgClassName
{
background-color: #BAC9B9;
}
</style>
border-color css
<style>
span { border-color: #BAC9B9; }
span { border-color: rgb(186,201,185); }
td.TdClassName
{
border-color: #BAC9B9;
}
.TagClassName
{
border-color: #BAC9B9;
}
</style>