Shades of Zanah #B0D2AF
Tints of Zanah #B0D2AF
RGB
CMYK
RGB Variations
Color information
#B0D2AF (or 0xB0D2AF) is known color: Zanah. HEX triplet: B0, D2 and AF. RGB value is (176,210,175). Sum of RGB (Red+Green+Blue) = 176+210+175=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D2AF is #4F2D50. Grayscale: #C3C3C3. Windows color (decimal): -5188945 or 11522736. OLE color: 11522736.
HSL color Cylindrical-coordinate representation of color #B0D2AF: hue angle of 118.29º degrees, saturation: 0.28, 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 #B0D2AF is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 175 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.18 |
| HSL | 118.29º | 0.28% | 0.75% | - |
| HSV(B) | 118.29º | 0.17% | 0.82% | - |
| XYZ | 48.69 | 58.42 | 49.27 | - |
| YUV | 195.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 175 | 0.16 | 0 | 0.17 | 0.18 | 118.29 | 0.28 | 0.75 |
| Hex | B0 | D2 | AF | 10 | 0 | 11 | 12 | 76 | 1C | 4B |
| Octal | 260 | 322 | 257 | 20 | 0 | 21 | 22 | 166 | 34 | 113 |
| Binary | 10110000 | 11010010 | 10101111 | 10000 | 0 | 10001 | 10010 | 1110110 | 11100 | 1001011 |
Color Harmonies of #B0D2AF
Complementary color
Monochromatic Colors of #B0D2AF
Black with #B0D2AF
Text Example
Text Example
White with #B0D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2AF; }
p { color: rgb(176,210,175); }
H1.HeaderClassName
{
color: #B0D2AF;
}
.AnyTagClassName
{
color: #B0D2AF;
}
</style>
background-color css
<style>
a { background-color: #B0D2AF; }
a { background-color: rgb(176,210,175); }
div.DivClassName
{
background-color: #B0D2AF;
}
.BgClassName
{
background-color: #B0D2AF;
}
</style>
border-color css
<style>
span { border-color: #B0D2AF; }
span { border-color: rgb(176,210,175); }
td.TdClassName
{
border-color: #B0D2AF;
}
.TagClassName
{
border-color: #B0D2AF;
}
</style>