Shades of Zanah #B4D1AD
Tints of Zanah #B4D1AD
RGB
CMYK
RGB Variations
Color information
#B4D1AD (or 0xB4D1AD) is known color: Zanah. HEX triplet: B4, D1 and AD. RGB value is (180,209,173). Sum of RGB (Red+Green+Blue) = 180+209+173=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D1AD is #4B2E52. Grayscale: #C4C4C4. Windows color (decimal): -4927059 or 11391412. OLE color: 11391412.
HSL color Cylindrical-coordinate representation of color #B4D1AD: hue angle of 108.33º 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 #B4D1AD is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 173 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.18 |
| HSL | 108.33º | 0.28% | 0.75% | - |
| HSV(B) | 108.33º | 0.17% | 0.82% | - |
| XYZ | 49.17 | 58.32 | 48.2 | - |
| YUV | 196.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 173 | 0.14 | 0 | 0.17 | 0.18 | 108.33 | 0.28 | 0.75 |
| Hex | B4 | D1 | AD | E | 0 | 11 | 12 | 6C | 1C | 4B |
| Octal | 264 | 321 | 255 | 16 | 0 | 21 | 22 | 154 | 34 | 113 |
| Binary | 10110100 | 11010001 | 10101101 | 1110 | 0 | 10001 | 10010 | 1101100 | 11100 | 1001011 |
Color Harmonies of #B4D1AD
Complementary color
Monochromatic Colors of #B4D1AD
Black with #B4D1AD
Text Example
Text Example
White with #B4D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D1AD; }
p { color: rgb(180,209,173); }
H1.HeaderClassName
{
color: #B4D1AD;
}
.AnyTagClassName
{
color: #B4D1AD;
}
</style>
background-color css
<style>
a { background-color: #B4D1AD; }
a { background-color: rgb(180,209,173); }
div.DivClassName
{
background-color: #B4D1AD;
}
.BgClassName
{
background-color: #B4D1AD;
}
</style>
border-color css
<style>
span { border-color: #B4D1AD; }
span { border-color: rgb(180,209,173); }
td.TdClassName
{
border-color: #B4D1AD;
}
.TagClassName
{
border-color: #B4D1AD;
}
</style>