Shades of Zanah #B1C9AF
Tints of Zanah #B1C9AF
RGB
CMYK
RGB Variations
Color information
#B1C9AF (or 0xB1C9AF) is known color: Zanah. HEX triplet: B1, C9 and AF. RGB value is (177,201,175). Sum of RGB (Red+Green+Blue) = 177+201+175=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C9AF is #4E3650. Grayscale: #BEBEBE. Windows color (decimal): -5125713 or 11520433. OLE color: 11520433.
HSL color Cylindrical-coordinate representation of color #B1C9AF: hue angle of 115.38º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1C9AF is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 175 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.21 |
| HSL | 115.38º | 0.19% | 0.74% | - |
| HSV(B) | 115.38º | 0.13% | 0.79% | - |
| XYZ | 46.76 | 54.22 | 48.56 | - |
| YUV | 190.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 175 | 0.12 | 0 | 0.13 | 0.21 | 115.38 | 0.19 | 0.74 |
| Hex | B1 | C9 | AF | C | 0 | D | 15 | 73 | 13 | 4A |
| Octal | 261 | 311 | 257 | 14 | 0 | 15 | 25 | 163 | 23 | 112 |
| Binary | 10110001 | 11001001 | 10101111 | 1100 | 0 | 1101 | 10101 | 1110011 | 10011 | 1001010 |
Color Harmonies of #B1C9AF
Complementary color
Monochromatic Colors of #B1C9AF
Black with #B1C9AF
Text Example
Text Example
White with #B1C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9AF; }
p { color: rgb(177,201,175); }
H1.HeaderClassName
{
color: #B1C9AF;
}
.AnyTagClassName
{
color: #B1C9AF;
}
</style>
background-color css
<style>
a { background-color: #B1C9AF; }
a { background-color: rgb(177,201,175); }
div.DivClassName
{
background-color: #B1C9AF;
}
.BgClassName
{
background-color: #B1C9AF;
}
</style>
border-color css
<style>
span { border-color: #B1C9AF; }
span { border-color: rgb(177,201,175); }
td.TdClassName
{
border-color: #B1C9AF;
}
.TagClassName
{
border-color: #B1C9AF;
}
</style>