Shades of Zanah #B1C6AF
Tints of Zanah #B1C6AF
RGB
CMYK
RGB Variations
Color information
#B1C6AF (or 0xB1C6AF) is known color: Zanah. HEX triplet: B1, C6 and AF. RGB value is (177,198,175). Sum of RGB (Red+Green+Blue) = 177+198+175=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C6AF is #4E3950. Grayscale: #BDBDBD. Windows color (decimal): -5126481 or 11519665. OLE color: 11519665.
HSL color Cylindrical-coordinate representation of color #B1C6AF: hue angle of 114.78º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C6AF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 175 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.22 |
| HSL | 114.78º | 0.17% | 0.73% | - |
| HSV(B) | 114.78º | 0.12% | 0.78% | - |
| XYZ | 46.06 | 52.83 | 48.33 | - |
| YUV | 189.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 175 | 0.11 | 0 | 0.12 | 0.22 | 114.78 | 0.17 | 0.73 |
| Hex | B1 | C6 | AF | B | 0 | C | 16 | 73 | 11 | 49 |
| Octal | 261 | 306 | 257 | 13 | 0 | 14 | 26 | 163 | 21 | 111 |
| Binary | 10110001 | 11000110 | 10101111 | 1011 | 0 | 1100 | 10110 | 1110011 | 10001 | 1001001 |
Color Harmonies of #B1C6AF
Complementary color
Monochromatic Colors of #B1C6AF
Black with #B1C6AF
Text Example
Text Example
White with #B1C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C6AF; }
p { color: rgb(177,198,175); }
H1.HeaderClassName
{
color: #B1C6AF;
}
.AnyTagClassName
{
color: #B1C6AF;
}
</style>
background-color css
<style>
a { background-color: #B1C6AF; }
a { background-color: rgb(177,198,175); }
div.DivClassName
{
background-color: #B1C6AF;
}
.BgClassName
{
background-color: #B1C6AF;
}
</style>
border-color css
<style>
span { border-color: #B1C6AF; }
span { border-color: rgb(177,198,175); }
td.TdClassName
{
border-color: #B1C6AF;
}
.TagClassName
{
border-color: #B1C6AF;
}
</style>