Shades of Zanah #B5D5B1
Tints of Zanah #B5D5B1
RGB
CMYK
RGB Variations
Color information
#B5D5B1 (or 0xB5D5B1) is known color: Zanah. HEX triplet: B5, D5 and B1. RGB value is (181,213,177). Sum of RGB (Red+Green+Blue) = 181+213+177=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D5B1 is #4A2A4E. Grayscale: #C7C7C7. Windows color (decimal): -4860495 or 11654581. OLE color: 11654581.
HSL color Cylindrical-coordinate representation of color #B5D5B1: hue angle of 113.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5D5B1 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 177 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.16 |
| HSL | 113.33º | 0.3% | 0.76% | - |
| HSV(B) | 113.33º | 0.17% | 0.84% | - |
| XYZ | 50.79 | 60.59 | 50.61 | - |
| YUV | 199.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 177 | 0.15 | 0 | 0.17 | 0.16 | 113.33 | 0.3 | 0.76 |
| Hex | B5 | D5 | B1 | F | 0 | 11 | 10 | 71 | 1E | 4C |
| Octal | 265 | 325 | 261 | 17 | 0 | 21 | 20 | 161 | 36 | 114 |
| Binary | 10110101 | 11010101 | 10110001 | 1111 | 0 | 10001 | 10000 | 1110001 | 11110 | 1001100 |
Color Harmonies of #B5D5B1
Complementary color
Monochromatic Colors of #B5D5B1
Black with #B5D5B1
Text Example
Text Example
White with #B5D5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D5B1; }
p { color: rgb(181,213,177); }
H1.HeaderClassName
{
color: #B5D5B1;
}
.AnyTagClassName
{
color: #B5D5B1;
}
</style>
background-color css
<style>
a { background-color: #B5D5B1; }
a { background-color: rgb(181,213,177); }
div.DivClassName
{
background-color: #B5D5B1;
}
.BgClassName
{
background-color: #B5D5B1;
}
</style>
border-color css
<style>
span { border-color: #B5D5B1; }
span { border-color: rgb(181,213,177); }
td.TdClassName
{
border-color: #B5D5B1;
}
.TagClassName
{
border-color: #B5D5B1;
}
</style>