Shades of Zanah #B2CEB2
Tints of Zanah #B2CEB2
RGB
CMYK
RGB Variations
Color information
#B2CEB2 (or 0xB2CEB2) is known color: Zanah. HEX triplet: B2, CE and B2. RGB value is (178,206,178). Sum of RGB (Red+Green+Blue) = 178+206+178=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEB2 is #4D314D. Grayscale: #C2C2C2. Windows color (decimal): -5058894 or 11718322. OLE color: 11718322.
HSL color Cylindrical-coordinate representation of color #B2CEB2: hue angle of 120º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CEB2 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 178 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.19 |
| HSL | 120º | 0.22% | 0.75% | - |
| HSV(B) | 120º | 0.14% | 0.81% | - |
| XYZ | 48.47 | 56.82 | 50.53 | - |
| YUV | 194.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 178 | 0.14 | 0 | 0.14 | 0.19 | 120 | 0.22 | 0.75 |
| Hex | B2 | CE | B2 | E | 0 | E | 13 | 78 | 16 | 4B |
| Octal | 262 | 316 | 262 | 16 | 0 | 16 | 23 | 170 | 26 | 113 |
| Binary | 10110010 | 11001110 | 10110010 | 1110 | 0 | 1110 | 10011 | 1111000 | 10110 | 1001011 |
Color Harmonies of #B2CEB2
Complementary color
Monochromatic Colors of #B2CEB2
Black with #B2CEB2
Text Example
Text Example
White with #B2CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEB2; }
p { color: rgb(178,206,178); }
H1.HeaderClassName
{
color: #B2CEB2;
}
.AnyTagClassName
{
color: #B2CEB2;
}
</style>
background-color css
<style>
a { background-color: #B2CEB2; }
a { background-color: rgb(178,206,178); }
div.DivClassName
{
background-color: #B2CEB2;
}
.BgClassName
{
background-color: #B2CEB2;
}
</style>
border-color css
<style>
span { border-color: #B2CEB2; }
span { border-color: rgb(178,206,178); }
td.TdClassName
{
border-color: #B2CEB2;
}
.TagClassName
{
border-color: #B2CEB2;
}
</style>