Shades of Zanah #B7C4B6
Tints of Zanah #B7C4B6
RGB
CMYK
RGB Variations
Color information
#B7C4B6 (or 0xB7C4B6) is known color: Zanah. HEX triplet: B7, C4 and B6. RGB value is (183,196,182). Sum of RGB (Red+Green+Blue) = 183+196+182=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C4B6 is #483B49. Grayscale: #BEBEBE. Windows color (decimal): -4733770 or 11977911. OLE color: 11977911.
HSL color Cylindrical-coordinate representation of color #B7C4B6: hue angle of 115.71º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7C4B6 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 182 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.23 |
| HSL | 115.71º | 0.11% | 0.74% | - |
| HSV(B) | 115.71º | 0.07% | 0.77% | - |
| XYZ | 47.71 | 52.92 | 51.96 | - |
| YUV | 190.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 182 | 0.07 | 0 | 0.07 | 0.23 | 115.71 | 0.11 | 0.74 |
| Hex | B7 | C4 | B6 | 7 | 0 | 7 | 17 | 74 | B | 4A |
| Octal | 267 | 304 | 266 | 7 | 0 | 7 | 27 | 164 | 13 | 112 |
| Binary | 10110111 | 11000100 | 10110110 | 111 | 0 | 111 | 10111 | 1110100 | 1011 | 1001010 |
Color Harmonies of #B7C4B6
Complementary color
Monochromatic Colors of #B7C4B6
Black with #B7C4B6
Text Example
Text Example
White with #B7C4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C4B6; }
p { color: rgb(183,196,182); }
H1.HeaderClassName
{
color: #B7C4B6;
}
.AnyTagClassName
{
color: #B7C4B6;
}
</style>
background-color css
<style>
a { background-color: #B7C4B6; }
a { background-color: rgb(183,196,182); }
div.DivClassName
{
background-color: #B7C4B6;
}
.BgClassName
{
background-color: #B7C4B6;
}
</style>
border-color css
<style>
span { border-color: #B7C4B6; }
span { border-color: rgb(183,196,182); }
td.TdClassName
{
border-color: #B7C4B6;
}
.TagClassName
{
border-color: #B7C4B6;
}
</style>