Shades of Zanah #B5D4B3
Tints of Zanah #B5D4B3
RGB
CMYK
RGB Variations
Color information
#B5D4B3 (or 0xB5D4B3) is known color: Zanah. HEX triplet: B5, D4 and B3. RGB value is (181,212,179). Sum of RGB (Red+Green+Blue) = 181+212+179=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D4B3 is #4A2B4C. Grayscale: #C7C7C7. Windows color (decimal): -4860749 or 11785397. OLE color: 11785397.
HSL color Cylindrical-coordinate representation of color #B5D4B3: hue angle of 116.36º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5D4B3 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 179 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.17 |
| HSL | 116.36º | 0.28% | 0.77% | - |
| HSV(B) | 116.36º | 0.16% | 0.83% | - |
| XYZ | 50.74 | 60.17 | 51.59 | - |
| YUV | 198.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 179 | 0.15 | 0 | 0.16 | 0.17 | 116.36 | 0.28 | 0.77 |
| Hex | B5 | D4 | B3 | F | 0 | 10 | 11 | 74 | 1C | 4D |
| Octal | 265 | 324 | 263 | 17 | 0 | 20 | 21 | 164 | 34 | 115 |
| Binary | 10110101 | 11010100 | 10110011 | 1111 | 0 | 10000 | 10001 | 1110100 | 11100 | 1001101 |
Color Harmonies of #B5D4B3
Complementary color
Monochromatic Colors of #B5D4B3
Black with #B5D4B3
Text Example
Text Example
White with #B5D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D4B3; }
p { color: rgb(181,212,179); }
H1.HeaderClassName
{
color: #B5D4B3;
}
.AnyTagClassName
{
color: #B5D4B3;
}
</style>
background-color css
<style>
a { background-color: #B5D4B3; }
a { background-color: rgb(181,212,179); }
div.DivClassName
{
background-color: #B5D4B3;
}
.BgClassName
{
background-color: #B5D4B3;
}
</style>
border-color css
<style>
span { border-color: #B5D4B3; }
span { border-color: rgb(181,212,179); }
td.TdClassName
{
border-color: #B5D4B3;
}
.TagClassName
{
border-color: #B5D4B3;
}
</style>