Shades of Zanah #B2C2B2
Tints of Zanah #B2C2B2
RGB
CMYK
RGB Variations
Color information
#B2C2B2 (or 0xB2C2B2) is known color: Zanah. HEX triplet: B2, C2 and B2. RGB value is (178,194,178). Sum of RGB (Red+Green+Blue) = 178+194+178=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C2B2 is #4D3D4D. Grayscale: #BBBBBB. Windows color (decimal): -5061966 or 11715250. OLE color: 11715250.
HSL color Cylindrical-coordinate representation of color #B2C2B2: hue angle of 120º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2C2B2 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 178 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.24 |
| HSL | 120º | 0.12% | 0.73% | - |
| HSV(B) | 120º | 0.08% | 0.76% | - |
| XYZ | 45.69 | 51.26 | 49.61 | - |
| YUV | 187.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 178 | 0.08 | 0 | 0.08 | 0.24 | 120 | 0.12 | 0.73 |
| Hex | B2 | C2 | B2 | 8 | 0 | 8 | 18 | 78 | C | 49 |
| Octal | 262 | 302 | 262 | 10 | 0 | 10 | 30 | 170 | 14 | 111 |
| Binary | 10110010 | 11000010 | 10110010 | 1000 | 0 | 1000 | 11000 | 1111000 | 1100 | 1001001 |
Color Harmonies of #B2C2B2
Complementary color
Monochromatic Colors of #B2C2B2
Black with #B2C2B2
Text Example
Text Example
White with #B2C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2B2; }
p { color: rgb(178,194,178); }
H1.HeaderClassName
{
color: #B2C2B2;
}
.AnyTagClassName
{
color: #B2C2B2;
}
</style>
background-color css
<style>
a { background-color: #B2C2B2; }
a { background-color: rgb(178,194,178); }
div.DivClassName
{
background-color: #B2C2B2;
}
.BgClassName
{
background-color: #B2C2B2;
}
</style>
border-color css
<style>
span { border-color: #B2C2B2; }
span { border-color: rgb(178,194,178); }
td.TdClassName
{
border-color: #B2C2B2;
}
.TagClassName
{
border-color: #B2C2B2;
}
</style>