Shades of Zanah #B7D5B4
Tints of Zanah #B7D5B4
RGB
CMYK
RGB Variations
Color information
#B7D5B4 (or 0xB7D5B4) is known color: Zanah. HEX triplet: B7, D5 and B4. RGB value is (183,213,180). Sum of RGB (Red+Green+Blue) = 183+213+180=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5B4 is #482A4B. Grayscale: #C8C8C8. Windows color (decimal): -4729420 or 11851191. OLE color: 11851191.
HSL color Cylindrical-coordinate representation of color #B7D5B4: hue angle of 114.55º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D5B4 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 180 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.16 |
| HSL | 114.55º | 0.28% | 0.77% | - |
| HSV(B) | 114.55º | 0.15% | 0.84% | - |
| XYZ | 51.56 | 60.95 | 52.23 | - |
| YUV | 200.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 180 | 0.14 | 0 | 0.15 | 0.16 | 114.55 | 0.28 | 0.77 |
| Hex | B7 | D5 | B4 | E | 0 | F | 10 | 73 | 1C | 4D |
| Octal | 267 | 325 | 264 | 16 | 0 | 17 | 20 | 163 | 34 | 115 |
| Binary | 10110111 | 11010101 | 10110100 | 1110 | 0 | 1111 | 10000 | 1110011 | 11100 | 1001101 |
Color Harmonies of #B7D5B4
Complementary color
Monochromatic Colors of #B7D5B4
Black with #B7D5B4
Text Example
Text Example
White with #B7D5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D5B4; }
p { color: rgb(183,213,180); }
H1.HeaderClassName
{
color: #B7D5B4;
}
.AnyTagClassName
{
color: #B7D5B4;
}
</style>
background-color css
<style>
a { background-color: #B7D5B4; }
a { background-color: rgb(183,213,180); }
div.DivClassName
{
background-color: #B7D5B4;
}
.BgClassName
{
background-color: #B7D5B4;
}
</style>
border-color css
<style>
span { border-color: #B7D5B4; }
span { border-color: rgb(183,213,180); }
td.TdClassName
{
border-color: #B7D5B4;
}
.TagClassName
{
border-color: #B7D5B4;
}
</style>