Shades of Zanah #B2D2AB
Tints of Zanah #B2D2AB
RGB
CMYK
RGB Variations
Color information
#B2D2AB (or 0xB2D2AB) is known color: Zanah. HEX triplet: B2, D2 and AB. RGB value is (178,210,171). Sum of RGB (Red+Green+Blue) = 178+210+171=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D2AB is #4D2D54. Grayscale: #C4C4C4. Windows color (decimal): -5057877 or 11260594. OLE color: 11260594.
HSL color Cylindrical-coordinate representation of color #B2D2AB: hue angle of 109.23º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2D2AB is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 171 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.18 |
| HSL | 109.23º | 0.3% | 0.75% | - |
| HSV(B) | 109.23º | 0.19% | 0.82% | - |
| XYZ | 48.76 | 58.5 | 47.25 | - |
| YUV | 195.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 171 | 0.15 | 0 | 0.19 | 0.18 | 109.23 | 0.3 | 0.75 |
| Hex | B2 | D2 | AB | F | 0 | 13 | 12 | 6D | 1E | 4B |
| Octal | 262 | 322 | 253 | 17 | 0 | 23 | 22 | 155 | 36 | 113 |
| Binary | 10110010 | 11010010 | 10101011 | 1111 | 0 | 10011 | 10010 | 1101101 | 11110 | 1001011 |
Color Harmonies of #B2D2AB
Complementary color
Monochromatic Colors of #B2D2AB
Black with #B2D2AB
Text Example
Text Example
White with #B2D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2AB; }
p { color: rgb(178,210,171); }
H1.HeaderClassName
{
color: #B2D2AB;
}
.AnyTagClassName
{
color: #B2D2AB;
}
</style>
background-color css
<style>
a { background-color: #B2D2AB; }
a { background-color: rgb(178,210,171); }
div.DivClassName
{
background-color: #B2D2AB;
}
.BgClassName
{
background-color: #B2D2AB;
}
</style>
border-color css
<style>
span { border-color: #B2D2AB; }
span { border-color: rgb(178,210,171); }
td.TdClassName
{
border-color: #B2D2AB;
}
.TagClassName
{
border-color: #B2D2AB;
}
</style>