Shades of Zanah #B2C3B1
Tints of Zanah #B2C3B1
RGB
CMYK
RGB Variations
Color information
#B2C3B1 (or 0xB2C3B1) is known color: Zanah. HEX triplet: B2, C3 and B1. RGB value is (178,195,177). Sum of RGB (Red+Green+Blue) = 178+195+177=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C3B1 is #4D3C4E. Grayscale: #BBBBBB. Windows color (decimal): -5061711 or 11649970. OLE color: 11649970.
HSL color Cylindrical-coordinate representation of color #B2C3B1: hue angle of 116.67º degrees, saturation: 0.13, 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 #B2C3B1 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 177 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.24 |
| HSL | 116.67º | 0.13% | 0.73% | - |
| HSV(B) | 116.67º | 0.09% | 0.76% | - |
| XYZ | 45.81 | 51.67 | 49.15 | - |
| YUV | 187.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 177 | 0.09 | 0 | 0.09 | 0.24 | 116.67 | 0.13 | 0.73 |
| Hex | B2 | C3 | B1 | 9 | 0 | 9 | 18 | 75 | D | 49 |
| Octal | 262 | 303 | 261 | 11 | 0 | 11 | 30 | 165 | 15 | 111 |
| Binary | 10110010 | 11000011 | 10110001 | 1001 | 0 | 1001 | 11000 | 1110101 | 1101 | 1001001 |
Color Harmonies of #B2C3B1
Complementary color
Monochromatic Colors of #B2C3B1
Black with #B2C3B1
Text Example
Text Example
White with #B2C3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C3B1; }
p { color: rgb(178,195,177); }
H1.HeaderClassName
{
color: #B2C3B1;
}
.AnyTagClassName
{
color: #B2C3B1;
}
</style>
background-color css
<style>
a { background-color: #B2C3B1; }
a { background-color: rgb(178,195,177); }
div.DivClassName
{
background-color: #B2C3B1;
}
.BgClassName
{
background-color: #B2C3B1;
}
</style>
border-color css
<style>
span { border-color: #B2C3B1; }
span { border-color: rgb(178,195,177); }
td.TdClassName
{
border-color: #B2C3B1;
}
.TagClassName
{
border-color: #B2C3B1;
}
</style>