Shades of Zanah #B7D1B2
Tints of Zanah #B7D1B2
RGB
CMYK
RGB Variations
Color information
#B7D1B2 (or 0xB7D1B2) is known color: Zanah. HEX triplet: B7, D1 and B2. RGB value is (183,209,178). Sum of RGB (Red+Green+Blue) = 183+209+178=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D1B2 is #482E4D. Grayscale: #C5C5C5. Windows color (decimal): -4730446 or 11719095. OLE color: 11719095.
HSL color Cylindrical-coordinate representation of color #B7D1B2: hue angle of 110.32º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D1B2 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 178 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.18 |
| HSL | 110.32º | 0.25% | 0.76% | - |
| HSV(B) | 110.32º | 0.15% | 0.82% | - |
| XYZ | 50.36 | 58.88 | 50.83 | - |
| YUV | 197.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 178 | 0.12 | 0 | 0.15 | 0.18 | 110.32 | 0.25 | 0.76 |
| Hex | B7 | D1 | B2 | C | 0 | F | 12 | 6E | 19 | 4C |
| Octal | 267 | 321 | 262 | 14 | 0 | 17 | 22 | 156 | 31 | 114 |
| Binary | 10110111 | 11010001 | 10110010 | 1100 | 0 | 1111 | 10010 | 1101110 | 11001 | 1001100 |
Color Harmonies of #B7D1B2
Complementary color
Monochromatic Colors of #B7D1B2
Black with #B7D1B2
Text Example
Text Example
White with #B7D1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1B2; }
p { color: rgb(183,209,178); }
H1.HeaderClassName
{
color: #B7D1B2;
}
.AnyTagClassName
{
color: #B7D1B2;
}
</style>
background-color css
<style>
a { background-color: #B7D1B2; }
a { background-color: rgb(183,209,178); }
div.DivClassName
{
background-color: #B7D1B2;
}
.BgClassName
{
background-color: #B7D1B2;
}
</style>
border-color css
<style>
span { border-color: #B7D1B2; }
span { border-color: rgb(183,209,178); }
td.TdClassName
{
border-color: #B7D1B2;
}
.TagClassName
{
border-color: #B7D1B2;
}
</style>