Shades of Zanah #B6C7B4
Tints of Zanah #B6C7B4
RGB
CMYK
RGB Variations
Color information
#B6C7B4 (or 0xB6C7B4) is known color: Zanah. HEX triplet: B6, C7 and B4. RGB value is (182,199,180). Sum of RGB (Red+Green+Blue) = 182+199+180=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7B4 is #49384B. Grayscale: #BFBFBF. Windows color (decimal): -4798540 or 11847606. OLE color: 11847606.
HSL color Cylindrical-coordinate representation of color #B6C7B4: hue angle of 113.68º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C7B4 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 199 | 180 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.22 |
| HSL | 113.68º | 0.15% | 0.74% | - |
| HSV(B) | 113.68º | 0.1% | 0.78% | - |
| XYZ | 47.95 | 54.09 | 51.09 | - |
| YUV | 191.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 199 | 180 | 0.09 | 0 | 0.10 | 0.22 | 113.68 | 0.15 | 0.74 |
| Hex | B6 | C7 | B4 | 9 | 0 | A | 16 | 72 | F | 4A |
| Octal | 266 | 307 | 264 | 11 | 0 | 12 | 26 | 162 | 17 | 112 |
| Binary | 10110110 | 11000111 | 10110100 | 1001 | 0 | 1010 | 10110 | 1110010 | 1111 | 1001010 |
Color Harmonies of #B6C7B4
Complementary color
Monochromatic Colors of #B6C7B4
Black with #B6C7B4
Text Example
Text Example
White with #B6C7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C7B4; }
p { color: rgb(182,199,180); }
H1.HeaderClassName
{
color: #B6C7B4;
}
.AnyTagClassName
{
color: #B6C7B4;
}
</style>
background-color css
<style>
a { background-color: #B6C7B4; }
a { background-color: rgb(182,199,180); }
div.DivClassName
{
background-color: #B6C7B4;
}
.BgClassName
{
background-color: #B6C7B4;
}
</style>
border-color css
<style>
span { border-color: #B6C7B4; }
span { border-color: rgb(182,199,180); }
td.TdClassName
{
border-color: #B6C7B4;
}
.TagClassName
{
border-color: #B6C7B4;
}
</style>