Shades of Zanah #B2C2B1
Tints of Zanah #B2C2B1
RGB
CMYK
RGB Variations
Color information
#B2C2B1 (or 0xB2C2B1) is known color: Zanah. HEX triplet: B2, C2 and B1. RGB value is (178,194,177). Sum of RGB (Red+Green+Blue) = 178+194+177=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C2B1 is #4D3D4E. Grayscale: #BBBBBB. Windows color (decimal): -5061967 or 11649714. OLE color: 11649714.
HSL color Cylindrical-coordinate representation of color #B2C2B1: hue angle of 116.47º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C2B1 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 177 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.24 |
| HSL | 116.47º | 0.12% | 0.73% | - |
| HSV(B) | 116.47º | 0.09% | 0.76% | - |
| XYZ | 45.59 | 51.22 | 49.08 | - |
| YUV | 187.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 177 | 0.08 | 0 | 0.09 | 0.24 | 116.47 | 0.12 | 0.73 |
| Hex | B2 | C2 | B1 | 8 | 0 | 9 | 18 | 74 | C | 49 |
| Octal | 262 | 302 | 261 | 10 | 0 | 11 | 30 | 164 | 14 | 111 |
| Binary | 10110010 | 11000010 | 10110001 | 1000 | 0 | 1001 | 11000 | 1110100 | 1100 | 1001001 |
Color Harmonies of #B2C2B1
Complementary color
Monochromatic Colors of #B2C2B1
Black with #B2C2B1
Text Example
Text Example
White with #B2C2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2B1; }
p { color: rgb(178,194,177); }
H1.HeaderClassName
{
color: #B2C2B1;
}
.AnyTagClassName
{
color: #B2C2B1;
}
</style>
background-color css
<style>
a { background-color: #B2C2B1; }
a { background-color: rgb(178,194,177); }
div.DivClassName
{
background-color: #B2C2B1;
}
.BgClassName
{
background-color: #B2C2B1;
}
</style>
border-color css
<style>
span { border-color: #B2C2B1; }
span { border-color: rgb(178,194,177); }
td.TdClassName
{
border-color: #B2C2B1;
}
.TagClassName
{
border-color: #B2C2B1;
}
</style>