Shades of Zanah #B1CFB1
Tints of Zanah #B1CFB1
RGB
CMYK
RGB Variations
Color information
#B1CFB1 (or 0xB1CFB1) is known color: Zanah. HEX triplet: B1, CF and B1. RGB value is (177,207,177). Sum of RGB (Red+Green+Blue) = 177+207+177=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CFB1 is #4E304E. Grayscale: #C2C2C2. Windows color (decimal): -5124175 or 11653041. OLE color: 11653041.
HSL color Cylindrical-coordinate representation of color #B1CFB1: hue angle of 120º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CFB1 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 177 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.19 |
| HSL | 120º | 0.24% | 0.75% | - |
| HSV(B) | 120º | 0.14% | 0.81% | - |
| XYZ | 48.38 | 57.15 | 50.08 | - |
| YUV | 194.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 177 | 0.14 | 0 | 0.14 | 0.19 | 120 | 0.24 | 0.75 |
| Hex | B1 | CF | B1 | E | 0 | E | 13 | 78 | 18 | 4B |
| Octal | 261 | 317 | 261 | 16 | 0 | 16 | 23 | 170 | 30 | 113 |
| Binary | 10110001 | 11001111 | 10110001 | 1110 | 0 | 1110 | 10011 | 1111000 | 11000 | 1001011 |
Color Harmonies of #B1CFB1
Complementary color
Monochromatic Colors of #B1CFB1
Black with #B1CFB1
Text Example
Text Example
White with #B1CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFB1; }
p { color: rgb(177,207,177); }
H1.HeaderClassName
{
color: #B1CFB1;
}
.AnyTagClassName
{
color: #B1CFB1;
}
</style>
background-color css
<style>
a { background-color: #B1CFB1; }
a { background-color: rgb(177,207,177); }
div.DivClassName
{
background-color: #B1CFB1;
}
.BgClassName
{
background-color: #B1CFB1;
}
</style>
border-color css
<style>
span { border-color: #B1CFB1; }
span { border-color: rgb(177,207,177); }
td.TdClassName
{
border-color: #B1CFB1;
}
.TagClassName
{
border-color: #B1CFB1;
}
</style>