Shades of Zanah #B0D3AA
Tints of Zanah #B0D3AA
RGB
CMYK
RGB Variations
Color information
#B0D3AA (or 0xB0D3AA) is known color: Zanah. HEX triplet: B0, D3 and AA. RGB value is (176,211,170). Sum of RGB (Red+Green+Blue) = 176+211+170=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D3AA is #4F2C55. Grayscale: #C3C3C3. Windows color (decimal): -5188694 or 11195312. OLE color: 11195312.
HSL color Cylindrical-coordinate representation of color #B0D3AA: hue angle of 111.22º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D3AA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 170 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.17 |
| HSL | 111.22º | 0.32% | 0.75% | - |
| HSV(B) | 111.22º | 0.19% | 0.83% | - |
| XYZ | 48.45 | 58.72 | 46.81 | - |
| YUV | 195.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 170 | 0.17 | 0 | 0.19 | 0.17 | 111.22 | 0.32 | 0.75 |
| Hex | B0 | D3 | AA | 11 | 0 | 13 | 11 | 6F | 20 | 4B |
| Octal | 260 | 323 | 252 | 21 | 0 | 23 | 21 | 157 | 40 | 113 |
| Binary | 10110000 | 11010011 | 10101010 | 10001 | 0 | 10011 | 10001 | 1101111 | 100000 | 1001011 |
Color Harmonies of #B0D3AA
Complementary color
Monochromatic Colors of #B0D3AA
Black with #B0D3AA
Text Example
Text Example
White with #B0D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D3AA; }
p { color: rgb(176,211,170); }
H1.HeaderClassName
{
color: #B0D3AA;
}
.AnyTagClassName
{
color: #B0D3AA;
}
</style>
background-color css
<style>
a { background-color: #B0D3AA; }
a { background-color: rgb(176,211,170); }
div.DivClassName
{
background-color: #B0D3AA;
}
.BgClassName
{
background-color: #B0D3AA;
}
</style>
border-color css
<style>
span { border-color: #B0D3AA; }
span { border-color: rgb(176,211,170); }
td.TdClassName
{
border-color: #B0D3AA;
}
.TagClassName
{
border-color: #B0D3AA;
}
</style>