Shades of Zanah #B2CCB2
Tints of Zanah #B2CCB2
RGB
CMYK
RGB Variations
Color information
#B2CCB2 (or 0xB2CCB2) is known color: Zanah. HEX triplet: B2, CC and B2. RGB value is (178,204,178). Sum of RGB (Red+Green+Blue) = 178+204+178=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCB2 is #4D334D. Grayscale: #C1C1C1. Windows color (decimal): -5059406 or 11717810. OLE color: 11717810.
HSL color Cylindrical-coordinate representation of color #B2CCB2: hue angle of 120º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CCB2 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 178 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.2 |
| HSL | 120º | 0.2% | 0.75% | - |
| HSV(B) | 120º | 0.13% | 0.8% | - |
| XYZ | 47.99 | 55.87 | 50.37 | - |
| YUV | 193.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 178 | 0.13 | 0 | 0.13 | 0.2 | 120 | 0.2 | 0.75 |
| Hex | B2 | CC | B2 | D | 0 | D | 14 | 78 | 14 | 4B |
| Octal | 262 | 314 | 262 | 15 | 0 | 15 | 24 | 170 | 24 | 113 |
| Binary | 10110010 | 11001100 | 10110010 | 1101 | 0 | 1101 | 10100 | 1111000 | 10100 | 1001011 |
Color Harmonies of #B2CCB2
Complementary color
Monochromatic Colors of #B2CCB2
Black with #B2CCB2
Text Example
Text Example
White with #B2CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCB2; }
p { color: rgb(178,204,178); }
H1.HeaderClassName
{
color: #B2CCB2;
}
.AnyTagClassName
{
color: #B2CCB2;
}
</style>
background-color css
<style>
a { background-color: #B2CCB2; }
a { background-color: rgb(178,204,178); }
div.DivClassName
{
background-color: #B2CCB2;
}
.BgClassName
{
background-color: #B2CCB2;
}
</style>
border-color css
<style>
span { border-color: #B2CCB2; }
span { border-color: rgb(178,204,178); }
td.TdClassName
{
border-color: #B2CCB2;
}
.TagClassName
{
border-color: #B2CCB2;
}
</style>