Shades of Zanah #B2C4B2
Tints of Zanah #B2C4B2
RGB
CMYK
RGB Variations
Color information
#B2C4B2 (or 0xB2C4B2) is known color: Zanah. HEX triplet: B2, C4 and B2. RGB value is (178,196,178). Sum of RGB (Red+Green+Blue) = 178+196+178=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C4B2 is #4D3B4D. Grayscale: #BCBCBC. Windows color (decimal): -5061454 or 11715762. OLE color: 11715762.
HSL color Cylindrical-coordinate representation of color #B2C4B2: hue angle of 120º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C4B2 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 178 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.23 |
| HSL | 120º | 0.13% | 0.73% | - |
| HSV(B) | 120º | 0.09% | 0.77% | - |
| XYZ | 46.14 | 52.16 | 49.76 | - |
| YUV | 188.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 178 | 0.09 | 0 | 0.09 | 0.23 | 120 | 0.13 | 0.73 |
| Hex | B2 | C4 | B2 | 9 | 0 | 9 | 17 | 78 | D | 49 |
| Octal | 262 | 304 | 262 | 11 | 0 | 11 | 27 | 170 | 15 | 111 |
| Binary | 10110010 | 11000100 | 10110010 | 1001 | 0 | 1001 | 10111 | 1111000 | 1101 | 1001001 |
Color Harmonies of #B2C4B2
Complementary color
Monochromatic Colors of #B2C4B2
Black with #B2C4B2
Text Example
Text Example
White with #B2C4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C4B2; }
p { color: rgb(178,196,178); }
H1.HeaderClassName
{
color: #B2C4B2;
}
.AnyTagClassName
{
color: #B2C4B2;
}
</style>
background-color css
<style>
a { background-color: #B2C4B2; }
a { background-color: rgb(178,196,178); }
div.DivClassName
{
background-color: #B2C4B2;
}
.BgClassName
{
background-color: #B2C4B2;
}
</style>
border-color css
<style>
span { border-color: #B2C4B2; }
span { border-color: rgb(178,196,178); }
td.TdClassName
{
border-color: #B2C4B2;
}
.TagClassName
{
border-color: #B2C4B2;
}
</style>