Shades of Zanah #B2D2AE
Tints of Zanah #B2D2AE
RGB
CMYK
RGB Variations
Color information
#B2D2AE (or 0xB2D2AE) is known color: Zanah. HEX triplet: B2, D2 and AE. RGB value is (178,210,174). Sum of RGB (Red+Green+Blue) = 178+210+174=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D2AE is #4D2D51. Grayscale: #C4C4C4. Windows color (decimal): -5057874 or 11457202. OLE color: 11457202.
HSL color Cylindrical-coordinate representation of color #B2D2AE: hue angle of 113.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2D2AE is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 174 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.18 |
| HSL | 113.33º | 0.29% | 0.75% | - |
| HSV(B) | 113.33º | 0.17% | 0.82% | - |
| XYZ | 49.05 | 58.61 | 48.77 | - |
| YUV | 196.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 174 | 0.15 | 0 | 0.17 | 0.18 | 113.33 | 0.29 | 0.75 |
| Hex | B2 | D2 | AE | F | 0 | 11 | 12 | 71 | 1D | 4B |
| Octal | 262 | 322 | 256 | 17 | 0 | 21 | 22 | 161 | 35 | 113 |
| Binary | 10110010 | 11010010 | 10101110 | 1111 | 0 | 10001 | 10010 | 1110001 | 11101 | 1001011 |
Color Harmonies of #B2D2AE
Complementary color
Monochromatic Colors of #B2D2AE
Black with #B2D2AE
Text Example
Text Example
White with #B2D2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2AE; }
p { color: rgb(178,210,174); }
H1.HeaderClassName
{
color: #B2D2AE;
}
.AnyTagClassName
{
color: #B2D2AE;
}
</style>
background-color css
<style>
a { background-color: #B2D2AE; }
a { background-color: rgb(178,210,174); }
div.DivClassName
{
background-color: #B2D2AE;
}
.BgClassName
{
background-color: #B2D2AE;
}
</style>
border-color css
<style>
span { border-color: #B2D2AE; }
span { border-color: rgb(178,210,174); }
td.TdClassName
{
border-color: #B2D2AE;
}
.TagClassName
{
border-color: #B2D2AE;
}
</style>