Shades of Zanah #B2D0AB
Tints of Zanah #B2D0AB
RGB
CMYK
RGB Variations
Color information
#B2D0AB (or 0xB2D0AB) is known color: Zanah. HEX triplet: B2, D0 and AB. RGB value is (178,208,171). Sum of RGB (Red+Green+Blue) = 178+208+171=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D0AB is #4D2F54. Grayscale: #C2C2C2. Windows color (decimal): -5058389 or 11260082. OLE color: 11260082.
HSL color Cylindrical-coordinate representation of color #B2D0AB: hue angle of 108.65º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D0AB is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 171 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.18 |
| HSL | 108.65º | 0.28% | 0.74% | - |
| HSV(B) | 108.65º | 0.18% | 0.82% | - |
| XYZ | 48.27 | 57.52 | 47.09 | - |
| YUV | 194.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 171 | 0.14 | 0 | 0.18 | 0.18 | 108.65 | 0.28 | 0.74 |
| Hex | B2 | D0 | AB | E | 0 | 12 | 12 | 6D | 1C | 4A |
| Octal | 262 | 320 | 253 | 16 | 0 | 22 | 22 | 155 | 34 | 112 |
| Binary | 10110010 | 11010000 | 10101011 | 1110 | 0 | 10010 | 10010 | 1101101 | 11100 | 1001010 |
Color Harmonies of #B2D0AB
Complementary color
Monochromatic Colors of #B2D0AB
Black with #B2D0AB
Text Example
Text Example
White with #B2D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D0AB; }
p { color: rgb(178,208,171); }
H1.HeaderClassName
{
color: #B2D0AB;
}
.AnyTagClassName
{
color: #B2D0AB;
}
</style>
background-color css
<style>
a { background-color: #B2D0AB; }
a { background-color: rgb(178,208,171); }
div.DivClassName
{
background-color: #B2D0AB;
}
.BgClassName
{
background-color: #B2D0AB;
}
</style>
border-color css
<style>
span { border-color: #B2D0AB; }
span { border-color: rgb(178,208,171); }
td.TdClassName
{
border-color: #B2D0AB;
}
.TagClassName
{
border-color: #B2D0AB;
}
</style>