Shades of Zanah #B2CAB1
Tints of Zanah #B2CAB1
RGB
CMYK
RGB Variations
Color information
#B2CAB1 (or 0xB2CAB1) is known color: Zanah. HEX triplet: B2, CA and B1. RGB value is (178,202,177). Sum of RGB (Red+Green+Blue) = 178+202+177=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CAB1 is #4D354E. Grayscale: #C0C0C0. Windows color (decimal): -5059919 or 11651762. OLE color: 11651762.
HSL color Cylindrical-coordinate representation of color #B2CAB1: hue angle of 117.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CAB1 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 177 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.21 |
| HSL | 117.6º | 0.19% | 0.74% | - |
| HSV(B) | 117.6º | 0.12% | 0.79% | - |
| XYZ | 47.42 | 54.88 | 49.69 | - |
| YUV | 191.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 177 | 0.12 | 0 | 0.12 | 0.21 | 117.6 | 0.19 | 0.74 |
| Hex | B2 | CA | B1 | C | 0 | C | 15 | 76 | 13 | 4A |
| Octal | 262 | 312 | 261 | 14 | 0 | 14 | 25 | 166 | 23 | 112 |
| Binary | 10110010 | 11001010 | 10110001 | 1100 | 0 | 1100 | 10101 | 1110110 | 10011 | 1001010 |
Color Harmonies of #B2CAB1
Complementary color
Monochromatic Colors of #B2CAB1
Black with #B2CAB1
Text Example
Text Example
White with #B2CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CAB1; }
p { color: rgb(178,202,177); }
H1.HeaderClassName
{
color: #B2CAB1;
}
.AnyTagClassName
{
color: #B2CAB1;
}
</style>
background-color css
<style>
a { background-color: #B2CAB1; }
a { background-color: rgb(178,202,177); }
div.DivClassName
{
background-color: #B2CAB1;
}
.BgClassName
{
background-color: #B2CAB1;
}
</style>
border-color css
<style>
span { border-color: #B2CAB1; }
span { border-color: rgb(178,202,177); }
td.TdClassName
{
border-color: #B2CAB1;
}
.TagClassName
{
border-color: #B2CAB1;
}
</style>