Shades of Zanah #B2CEB0
Tints of Zanah #B2CEB0
RGB
CMYK
RGB Variations
Color information
#B2CEB0 (or 0xB2CEB0) is known color: Zanah. HEX triplet: B2, CE and B0. RGB value is (178,206,176). Sum of RGB (Red+Green+Blue) = 178+206+176=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEB0 is #4D314F. Grayscale: #C2C2C2. Windows color (decimal): -5058896 or 11587250. OLE color: 11587250.
HSL color Cylindrical-coordinate representation of color #B2CEB0: hue angle of 116º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2CEB0 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 176 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.19 |
| HSL | 116º | 0.23% | 0.75% | - |
| HSV(B) | 116º | 0.15% | 0.81% | - |
| XYZ | 48.27 | 56.74 | 49.48 | - |
| YUV | 194.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 176 | 0.14 | 0 | 0.15 | 0.19 | 116 | 0.23 | 0.75 |
| Hex | B2 | CE | B0 | E | 0 | F | 13 | 74 | 17 | 4B |
| Octal | 262 | 316 | 260 | 16 | 0 | 17 | 23 | 164 | 27 | 113 |
| Binary | 10110010 | 11001110 | 10110000 | 1110 | 0 | 1111 | 10011 | 1110100 | 10111 | 1001011 |
Color Harmonies of #B2CEB0
Complementary color
Monochromatic Colors of #B2CEB0
Black with #B2CEB0
Text Example
Text Example
White with #B2CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEB0; }
p { color: rgb(178,206,176); }
H1.HeaderClassName
{
color: #B2CEB0;
}
.AnyTagClassName
{
color: #B2CEB0;
}
</style>
background-color css
<style>
a { background-color: #B2CEB0; }
a { background-color: rgb(178,206,176); }
div.DivClassName
{
background-color: #B2CEB0;
}
.BgClassName
{
background-color: #B2CEB0;
}
</style>
border-color css
<style>
span { border-color: #B2CEB0; }
span { border-color: rgb(178,206,176); }
td.TdClassName
{
border-color: #B2CEB0;
}
.TagClassName
{
border-color: #B2CEB0;
}
</style>