Shades of Zanah #B4D3AD
Tints of Zanah #B4D3AD
RGB
CMYK
RGB Variations
Color information
#B4D3AD (or 0xB4D3AD) is known color: Zanah. HEX triplet: B4, D3 and AD. RGB value is (180,211,173). Sum of RGB (Red+Green+Blue) = 180+211+173=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D3AD is #4B2C52. Grayscale: #C5C5C5. Windows color (decimal): -4926547 or 11391924. OLE color: 11391924.
HSL color Cylindrical-coordinate representation of color #B4D3AD: hue angle of 108.95º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4D3AD is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 173 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.17 |
| HSL | 108.95º | 0.3% | 0.75% | - |
| HSV(B) | 108.95º | 0.18% | 0.83% | - |
| XYZ | 49.66 | 59.31 | 48.37 | - |
| YUV | 197.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 173 | 0.15 | 0 | 0.18 | 0.17 | 108.95 | 0.3 | 0.75 |
| Hex | B4 | D3 | AD | F | 0 | 12 | 11 | 6D | 1E | 4B |
| Octal | 264 | 323 | 255 | 17 | 0 | 22 | 21 | 155 | 36 | 113 |
| Binary | 10110100 | 11010011 | 10101101 | 1111 | 0 | 10010 | 10001 | 1101101 | 11110 | 1001011 |
Color Harmonies of #B4D3AD
Complementary color
Monochromatic Colors of #B4D3AD
Black with #B4D3AD
Text Example
Text Example
White with #B4D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3AD; }
p { color: rgb(180,211,173); }
H1.HeaderClassName
{
color: #B4D3AD;
}
.AnyTagClassName
{
color: #B4D3AD;
}
</style>
background-color css
<style>
a { background-color: #B4D3AD; }
a { background-color: rgb(180,211,173); }
div.DivClassName
{
background-color: #B4D3AD;
}
.BgClassName
{
background-color: #B4D3AD;
}
</style>
border-color css
<style>
span { border-color: #B4D3AD; }
span { border-color: rgb(180,211,173); }
td.TdClassName
{
border-color: #B4D3AD;
}
.TagClassName
{
border-color: #B4D3AD;
}
</style>