Shades of Zanah #B1C2B2
Tints of Zanah #B1C2B2
RGB
CMYK
RGB Variations
Color information
#B1C2B2 (or 0xB1C2B2) is known color: Zanah. HEX triplet: B1, C2 and B2. RGB value is (177,194,178). Sum of RGB (Red+Green+Blue) = 177+194+178=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C2B2 is #4E3D4D. Grayscale: #BBBBBB. Windows color (decimal): -5127502 or 11715249. OLE color: 11715249.
HSL color Cylindrical-coordinate representation of color #B1C2B2: hue angle of 123.53º 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 #B1C2B2 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 194 | 178 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.24 |
| HSL | 123.53º | 0.12% | 0.73% | - |
| HSV(B) | 123.53º | 0.09% | 0.76% | - |
| XYZ | 45.46 | 51.15 | 49.6 | - |
| YUV | 187.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 178 | 0.09 | 0 | 0.08 | 0.24 | 123.53 | 0.12 | 0.73 |
| Hex | B1 | C2 | B2 | 9 | 0 | 8 | 18 | 7C | C | 49 |
| Octal | 261 | 302 | 262 | 11 | 0 | 10 | 30 | 174 | 14 | 111 |
| Binary | 10110001 | 11000010 | 10110010 | 1001 | 0 | 1000 | 11000 | 1111100 | 1100 | 1001001 |
Color Harmonies of #B1C2B2
Complementary color
Monochromatic Colors of #B1C2B2
Black with #B1C2B2
Text Example
Text Example
White with #B1C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C2B2; }
p { color: rgb(177,194,178); }
H1.HeaderClassName
{
color: #B1C2B2;
}
.AnyTagClassName
{
color: #B1C2B2;
}
</style>
background-color css
<style>
a { background-color: #B1C2B2; }
a { background-color: rgb(177,194,178); }
div.DivClassName
{
background-color: #B1C2B2;
}
.BgClassName
{
background-color: #B1C2B2;
}
</style>
border-color css
<style>
span { border-color: #B1C2B2; }
span { border-color: rgb(177,194,178); }
td.TdClassName
{
border-color: #B1C2B2;
}
.TagClassName
{
border-color: #B1C2B2;
}
</style>