Shades of Zanah #B5D0B1
Tints of Zanah #B5D0B1
RGB
CMYK
RGB Variations
Color information
#B5D0B1 (or 0xB5D0B1) is known color: Zanah. HEX triplet: B5, D0 and B1. RGB value is (181,208,177). Sum of RGB (Red+Green+Blue) = 181+208+177=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D0B1 is #4A2F4E. Grayscale: #C4C4C4. Windows color (decimal): -4861775 or 11653301. OLE color: 11653301.
HSL color Cylindrical-coordinate representation of color #B5D0B1: hue angle of 112.26º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D0B1 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 177 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.18 |
| HSL | 112.26º | 0.25% | 0.75% | - |
| HSV(B) | 112.26º | 0.15% | 0.82% | - |
| XYZ | 49.55 | 58.11 | 50.2 | - |
| YUV | 196.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 177 | 0.13 | 0 | 0.15 | 0.18 | 112.26 | 0.25 | 0.75 |
| Hex | B5 | D0 | B1 | D | 0 | F | 12 | 70 | 19 | 4B |
| Octal | 265 | 320 | 261 | 15 | 0 | 17 | 22 | 160 | 31 | 113 |
| Binary | 10110101 | 11010000 | 10110001 | 1101 | 0 | 1111 | 10010 | 1110000 | 11001 | 1001011 |
Color Harmonies of #B5D0B1
Complementary color
Monochromatic Colors of #B5D0B1
Black with #B5D0B1
Text Example
Text Example
White with #B5D0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0B1; }
p { color: rgb(181,208,177); }
H1.HeaderClassName
{
color: #B5D0B1;
}
.AnyTagClassName
{
color: #B5D0B1;
}
</style>
background-color css
<style>
a { background-color: #B5D0B1; }
a { background-color: rgb(181,208,177); }
div.DivClassName
{
background-color: #B5D0B1;
}
.BgClassName
{
background-color: #B5D0B1;
}
</style>
border-color css
<style>
span { border-color: #B5D0B1; }
span { border-color: rgb(181,208,177); }
td.TdClassName
{
border-color: #B5D0B1;
}
.TagClassName
{
border-color: #B5D0B1;
}
</style>