Shades of Zanah #B4D0AE
Tints of Zanah #B4D0AE
RGB
CMYK
RGB Variations
Color information
#B4D0AE (or 0xB4D0AE) is known color: Zanah. HEX triplet: B4, D0 and AE. RGB value is (180,208,174). Sum of RGB (Red+Green+Blue) = 180+208+174=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D0AE is #4B2F51. Grayscale: #C3C3C3. Windows color (decimal): -4927314 or 11456692. OLE color: 11456692.
HSL color Cylindrical-coordinate representation of color #B4D0AE: hue angle of 109.41º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D0AE is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 174 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.18 |
| HSL | 109.41º | 0.27% | 0.75% | - |
| HSV(B) | 109.41º | 0.16% | 0.82% | - |
| XYZ | 49.02 | 57.87 | 48.63 | - |
| YUV | 195.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 174 | 0.13 | 0 | 0.16 | 0.18 | 109.41 | 0.27 | 0.75 |
| Hex | B4 | D0 | AE | D | 0 | 10 | 12 | 6D | 1B | 4B |
| Octal | 264 | 320 | 256 | 15 | 0 | 20 | 22 | 155 | 33 | 113 |
| Binary | 10110100 | 11010000 | 10101110 | 1101 | 0 | 10000 | 10010 | 1101101 | 11011 | 1001011 |
Color Harmonies of #B4D0AE
Complementary color
Monochromatic Colors of #B4D0AE
Black with #B4D0AE
Text Example
Text Example
White with #B4D0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D0AE; }
p { color: rgb(180,208,174); }
H1.HeaderClassName
{
color: #B4D0AE;
}
.AnyTagClassName
{
color: #B4D0AE;
}
</style>
background-color css
<style>
a { background-color: #B4D0AE; }
a { background-color: rgb(180,208,174); }
div.DivClassName
{
background-color: #B4D0AE;
}
.BgClassName
{
background-color: #B4D0AE;
}
</style>
border-color css
<style>
span { border-color: #B4D0AE; }
span { border-color: rgb(180,208,174); }
td.TdClassName
{
border-color: #B4D0AE;
}
.TagClassName
{
border-color: #B4D0AE;
}
</style>