Shades of Zanah #B1CFAF
Tints of Zanah #B1CFAF
RGB
CMYK
RGB Variations
Color information
#B1CFAF (or 0xB1CFAF) is known color: Zanah. HEX triplet: B1, CF and AF. RGB value is (177,207,175). Sum of RGB (Red+Green+Blue) = 177+207+175=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CFAF is #4E3050. Grayscale: #C2C2C2. Windows color (decimal): -5124177 or 11521969. OLE color: 11521969.
HSL color Cylindrical-coordinate representation of color #B1CFAF: hue angle of 116.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1CFAF is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 175 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.19 |
| HSL | 116.25º | 0.25% | 0.75% | - |
| HSV(B) | 116.25º | 0.15% | 0.81% | - |
| XYZ | 48.18 | 57.07 | 49.03 | - |
| YUV | 194.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 175 | 0.14 | 0 | 0.15 | 0.19 | 116.25 | 0.25 | 0.75 |
| Hex | B1 | CF | AF | E | 0 | F | 13 | 74 | 19 | 4B |
| Octal | 261 | 317 | 257 | 16 | 0 | 17 | 23 | 164 | 31 | 113 |
| Binary | 10110001 | 11001111 | 10101111 | 1110 | 0 | 1111 | 10011 | 1110100 | 11001 | 1001011 |
Color Harmonies of #B1CFAF
Complementary color
Monochromatic Colors of #B1CFAF
Black with #B1CFAF
Text Example
Text Example
White with #B1CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFAF; }
p { color: rgb(177,207,175); }
H1.HeaderClassName
{
color: #B1CFAF;
}
.AnyTagClassName
{
color: #B1CFAF;
}
</style>
background-color css
<style>
a { background-color: #B1CFAF; }
a { background-color: rgb(177,207,175); }
div.DivClassName
{
background-color: #B1CFAF;
}
.BgClassName
{
background-color: #B1CFAF;
}
</style>
border-color css
<style>
span { border-color: #B1CFAF; }
span { border-color: rgb(177,207,175); }
td.TdClassName
{
border-color: #B1CFAF;
}
.TagClassName
{
border-color: #B1CFAF;
}
</style>