Shades of Zanah #B5D3B1
Tints of Zanah #B5D3B1
RGB
CMYK
RGB Variations
Color information
#B5D3B1 (or 0xB5D3B1) is known color: Zanah. HEX triplet: B5, D3 and B1. RGB value is (181,211,177). Sum of RGB (Red+Green+Blue) = 181+211+177=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D3B1 is #4A2C4E. Grayscale: #C6C6C6. Windows color (decimal): -4861007 or 11654069. OLE color: 11654069.
HSL color Cylindrical-coordinate representation of color #B5D3B1: hue angle of 112.94º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5D3B1 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 177 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.17 |
| HSL | 112.94º | 0.28% | 0.76% | - |
| HSV(B) | 112.94º | 0.16% | 0.83% | - |
| XYZ | 50.29 | 59.59 | 50.45 | - |
| YUV | 198.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 177 | 0.14 | 0 | 0.16 | 0.17 | 112.94 | 0.28 | 0.76 |
| Hex | B5 | D3 | B1 | E | 0 | 10 | 11 | 71 | 1C | 4C |
| Octal | 265 | 323 | 261 | 16 | 0 | 20 | 21 | 161 | 34 | 114 |
| Binary | 10110101 | 11010011 | 10110001 | 1110 | 0 | 10000 | 10001 | 1110001 | 11100 | 1001100 |
Color Harmonies of #B5D3B1
Complementary color
Monochromatic Colors of #B5D3B1
Black with #B5D3B1
Text Example
Text Example
White with #B5D3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D3B1; }
p { color: rgb(181,211,177); }
H1.HeaderClassName
{
color: #B5D3B1;
}
.AnyTagClassName
{
color: #B5D3B1;
}
</style>
background-color css
<style>
a { background-color: #B5D3B1; }
a { background-color: rgb(181,211,177); }
div.DivClassName
{
background-color: #B5D3B1;
}
.BgClassName
{
background-color: #B5D3B1;
}
</style>
border-color css
<style>
span { border-color: #B5D3B1; }
span { border-color: rgb(181,211,177); }
td.TdClassName
{
border-color: #B5D3B1;
}
.TagClassName
{
border-color: #B5D3B1;
}
</style>