Shades of Zanah #B4C7B2
Tints of Zanah #B4C7B2
RGB
CMYK
RGB Variations
Color information
#B4C7B2 (or 0xB4C7B2) is known color: Zanah. HEX triplet: B4, C7 and B2. RGB value is (180,199,178). Sum of RGB (Red+Green+Blue) = 180+199+178=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C7B2 is #4B384D. Grayscale: #BEBEBE. Windows color (decimal): -4929614 or 11716532. OLE color: 11716532.
HSL color Cylindrical-coordinate representation of color #B4C7B2: hue angle of 114.29º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C7B2 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 178 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.22 |
| HSL | 114.29º | 0.16% | 0.74% | - |
| HSV(B) | 114.29º | 0.11% | 0.78% | - |
| XYZ | 47.28 | 53.76 | 50.01 | - |
| YUV | 190.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 178 | 0.10 | 0 | 0.11 | 0.22 | 114.29 | 0.16 | 0.74 |
| Hex | B4 | C7 | B2 | A | 0 | B | 16 | 72 | 10 | 4A |
| Octal | 264 | 307 | 262 | 12 | 0 | 13 | 26 | 162 | 20 | 112 |
| Binary | 10110100 | 11000111 | 10110010 | 1010 | 0 | 1011 | 10110 | 1110010 | 10000 | 1001010 |
Color Harmonies of #B4C7B2
Complementary color
Monochromatic Colors of #B4C7B2
Black with #B4C7B2
Text Example
Text Example
White with #B4C7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C7B2; }
p { color: rgb(180,199,178); }
H1.HeaderClassName
{
color: #B4C7B2;
}
.AnyTagClassName
{
color: #B4C7B2;
}
</style>
background-color css
<style>
a { background-color: #B4C7B2; }
a { background-color: rgb(180,199,178); }
div.DivClassName
{
background-color: #B4C7B2;
}
.BgClassName
{
background-color: #B4C7B2;
}
</style>
border-color css
<style>
span { border-color: #B4C7B2; }
span { border-color: rgb(180,199,178); }
td.TdClassName
{
border-color: #B4C7B2;
}
.TagClassName
{
border-color: #B4C7B2;
}
</style>