Shades of Zanah #B1C5AF
Tints of Zanah #B1C5AF
RGB
CMYK
RGB Variations
Color information
#B1C5AF (or 0xB1C5AF) is known color: Zanah. HEX triplet: B1, C5 and AF. RGB value is (177,197,175). Sum of RGB (Red+Green+Blue) = 177+197+175=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C5AF is #4E3A50. Grayscale: #BCBCBC. Windows color (decimal): -5126737 or 11519409. OLE color: 11519409.
HSL color Cylindrical-coordinate representation of color #B1C5AF: hue angle of 114.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1C5AF is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 175 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.23 |
| HSL | 114.55º | 0.16% | 0.73% | - |
| HSV(B) | 114.55º | 0.11% | 0.77% | - |
| XYZ | 45.84 | 52.37 | 48.25 | - |
| YUV | 188.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 175 | 0.10 | 0 | 0.11 | 0.23 | 114.55 | 0.16 | 0.73 |
| Hex | B1 | C5 | AF | A | 0 | B | 17 | 73 | 10 | 49 |
| Octal | 261 | 305 | 257 | 12 | 0 | 13 | 27 | 163 | 20 | 111 |
| Binary | 10110001 | 11000101 | 10101111 | 1010 | 0 | 1011 | 10111 | 1110011 | 10000 | 1001001 |
Color Harmonies of #B1C5AF
Complementary color
Monochromatic Colors of #B1C5AF
Black with #B1C5AF
Text Example
Text Example
White with #B1C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C5AF; }
p { color: rgb(177,197,175); }
H1.HeaderClassName
{
color: #B1C5AF;
}
.AnyTagClassName
{
color: #B1C5AF;
}
</style>
background-color css
<style>
a { background-color: #B1C5AF; }
a { background-color: rgb(177,197,175); }
div.DivClassName
{
background-color: #B1C5AF;
}
.BgClassName
{
background-color: #B1C5AF;
}
</style>
border-color css
<style>
span { border-color: #B1C5AF; }
span { border-color: rgb(177,197,175); }
td.TdClassName
{
border-color: #B1C5AF;
}
.TagClassName
{
border-color: #B1C5AF;
}
</style>