Shades of Zanah #B7D2B4
Tints of Zanah #B7D2B4
RGB
CMYK
RGB Variations
Color information
#B7D2B4 (or 0xB7D2B4) is known color: Zanah. HEX triplet: B7, D2 and B4. RGB value is (183,210,180). Sum of RGB (Red+Green+Blue) = 183+210+180=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2B4 is #482D4B. Grayscale: #C6C6C6. Windows color (decimal): -4730188 or 11850423. OLE color: 11850423.
HSL color Cylindrical-coordinate representation of color #B7D2B4: hue angle of 114º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D2B4 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 180 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.18 |
| HSL | 114º | 0.25% | 0.76% | - |
| HSV(B) | 114º | 0.14% | 0.82% | - |
| XYZ | 50.81 | 59.46 | 51.98 | - |
| YUV | 198.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 180 | 0.13 | 0 | 0.14 | 0.18 | 114 | 0.25 | 0.76 |
| Hex | B7 | D2 | B4 | D | 0 | E | 12 | 72 | 19 | 4C |
| Octal | 267 | 322 | 264 | 15 | 0 | 16 | 22 | 162 | 31 | 114 |
| Binary | 10110111 | 11010010 | 10110100 | 1101 | 0 | 1110 | 10010 | 1110010 | 11001 | 1001100 |
Color Harmonies of #B7D2B4
Complementary color
Monochromatic Colors of #B7D2B4
Black with #B7D2B4
Text Example
Text Example
White with #B7D2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2B4; }
p { color: rgb(183,210,180); }
H1.HeaderClassName
{
color: #B7D2B4;
}
.AnyTagClassName
{
color: #B7D2B4;
}
</style>
background-color css
<style>
a { background-color: #B7D2B4; }
a { background-color: rgb(183,210,180); }
div.DivClassName
{
background-color: #B7D2B4;
}
.BgClassName
{
background-color: #B7D2B4;
}
</style>
border-color css
<style>
span { border-color: #B7D2B4; }
span { border-color: rgb(183,210,180); }
td.TdClassName
{
border-color: #B7D2B4;
}
.TagClassName
{
border-color: #B7D2B4;
}
</style>