Shades of Zanah #B2CAB2
Tints of Zanah #B2CAB2
RGB
CMYK
RGB Variations
Color information
#B2CAB2 (or 0xB2CAB2) is known color: Zanah. HEX triplet: B2, CA and B2. RGB value is (178,202,178). Sum of RGB (Red+Green+Blue) = 178+202+178=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CAB2 is #4D354D. Grayscale: #C0C0C0. Windows color (decimal): -5059918 or 11717298. OLE color: 11717298.
HSL color Cylindrical-coordinate representation of color #B2CAB2: hue angle of 120º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CAB2 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 178 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.21 |
| HSL | 120º | 0.18% | 0.75% | - |
| HSV(B) | 120º | 0.12% | 0.79% | - |
| XYZ | 47.52 | 54.92 | 50.22 | - |
| YUV | 192.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 178 | 0.12 | 0 | 0.12 | 0.21 | 120 | 0.18 | 0.75 |
| Hex | B2 | CA | B2 | C | 0 | C | 15 | 78 | 12 | 4B |
| Octal | 262 | 312 | 262 | 14 | 0 | 14 | 25 | 170 | 22 | 113 |
| Binary | 10110010 | 11001010 | 10110010 | 1100 | 0 | 1100 | 10101 | 1111000 | 10010 | 1001011 |
Color Harmonies of #B2CAB2
Complementary color
Monochromatic Colors of #B2CAB2
Black with #B2CAB2
Text Example
Text Example
White with #B2CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CAB2; }
p { color: rgb(178,202,178); }
H1.HeaderClassName
{
color: #B2CAB2;
}
.AnyTagClassName
{
color: #B2CAB2;
}
</style>
background-color css
<style>
a { background-color: #B2CAB2; }
a { background-color: rgb(178,202,178); }
div.DivClassName
{
background-color: #B2CAB2;
}
.BgClassName
{
background-color: #B2CAB2;
}
</style>
border-color css
<style>
span { border-color: #B2CAB2; }
span { border-color: rgb(178,202,178); }
td.TdClassName
{
border-color: #B2CAB2;
}
.TagClassName
{
border-color: #B2CAB2;
}
</style>