Shades of Zanah #B1C6B0
Tints of Zanah #B1C6B0
RGB
CMYK
RGB Variations
Color information
#B1C6B0 (or 0xB1C6B0) is known color: Zanah. HEX triplet: B1, C6 and B0. RGB value is (177,198,176). Sum of RGB (Red+Green+Blue) = 177+198+176=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C6B0 is #4E394F. Grayscale: #BDBDBD. Windows color (decimal): -5126480 or 11585201. OLE color: 11585201.
HSL color Cylindrical-coordinate representation of color #B1C6B0: hue angle of 117.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1C6B0 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 176 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.22 |
| HSL | 117.27º | 0.16% | 0.73% | - |
| HSV(B) | 117.27º | 0.11% | 0.78% | - |
| XYZ | 46.16 | 52.87 | 48.85 | - |
| YUV | 189.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 176 | 0.11 | 0 | 0.11 | 0.22 | 117.27 | 0.16 | 0.73 |
| Hex | B1 | C6 | B0 | B | 0 | B | 16 | 75 | 10 | 49 |
| Octal | 261 | 306 | 260 | 13 | 0 | 13 | 26 | 165 | 20 | 111 |
| Binary | 10110001 | 11000110 | 10110000 | 1011 | 0 | 1011 | 10110 | 1110101 | 10000 | 1001001 |
Color Harmonies of #B1C6B0
Complementary color
Monochromatic Colors of #B1C6B0
Black with #B1C6B0
Text Example
Text Example
White with #B1C6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C6B0; }
p { color: rgb(177,198,176); }
H1.HeaderClassName
{
color: #B1C6B0;
}
.AnyTagClassName
{
color: #B1C6B0;
}
</style>
background-color css
<style>
a { background-color: #B1C6B0; }
a { background-color: rgb(177,198,176); }
div.DivClassName
{
background-color: #B1C6B0;
}
.BgClassName
{
background-color: #B1C6B0;
}
</style>
border-color css
<style>
span { border-color: #B1C6B0; }
span { border-color: rgb(177,198,176); }
td.TdClassName
{
border-color: #B1C6B0;
}
.TagClassName
{
border-color: #B1C6B0;
}
</style>