Shades of Zanah #B2C8B1
Tints of Zanah #B2C8B1
RGB
CMYK
RGB Variations
Color information
#B2C8B1 (or 0xB2C8B1) is known color: Zanah. HEX triplet: B2, C8 and B1. RGB value is (178,200,177). Sum of RGB (Red+Green+Blue) = 178+200+177=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C8B1 is #4D374E. Grayscale: #BEBEBE. Windows color (decimal): -5060431 or 11651250. OLE color: 11651250.
HSL color Cylindrical-coordinate representation of color #B2C8B1: hue angle of 117.39º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2C8B1 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 177 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.22 |
| HSL | 117.39º | 0.17% | 0.74% | - |
| HSV(B) | 117.39º | 0.12% | 0.78% | - |
| XYZ | 46.95 | 53.95 | 49.53 | - |
| YUV | 190.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 177 | 0.11 | 0 | 0.12 | 0.22 | 117.39 | 0.17 | 0.74 |
| Hex | B2 | C8 | B1 | B | 0 | C | 16 | 75 | 11 | 4A |
| Octal | 262 | 310 | 261 | 13 | 0 | 14 | 26 | 165 | 21 | 112 |
| Binary | 10110010 | 11001000 | 10110001 | 1011 | 0 | 1100 | 10110 | 1110101 | 10001 | 1001010 |
Color Harmonies of #B2C8B1
Complementary color
Monochromatic Colors of #B2C8B1
Black with #B2C8B1
Text Example
Text Example
White with #B2C8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8B1; }
p { color: rgb(178,200,177); }
H1.HeaderClassName
{
color: #B2C8B1;
}
.AnyTagClassName
{
color: #B2C8B1;
}
</style>
background-color css
<style>
a { background-color: #B2C8B1; }
a { background-color: rgb(178,200,177); }
div.DivClassName
{
background-color: #B2C8B1;
}
.BgClassName
{
background-color: #B2C8B1;
}
</style>
border-color css
<style>
span { border-color: #B2C8B1; }
span { border-color: rgb(178,200,177); }
td.TdClassName
{
border-color: #B2C8B1;
}
.TagClassName
{
border-color: #B2C8B1;
}
</style>