Shades of Zanah #B1CFB0
Tints of Zanah #B1CFB0
RGB
CMYK
RGB Variations
Color information
#B1CFB0 (or 0xB1CFB0) is known color: Zanah. HEX triplet: B1, CF and B0. RGB value is (177,207,176). Sum of RGB (Red+Green+Blue) = 177+207+176=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CFB0 is #4E304F. Grayscale: #C2C2C2. Windows color (decimal): -5124176 or 11587505. OLE color: 11587505.
HSL color Cylindrical-coordinate representation of color #B1CFB0: hue angle of 118.06º degrees, saturation: 0.24, 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 #B1CFB0 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 176 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.19 |
| HSL | 118.06º | 0.24% | 0.75% | - |
| HSV(B) | 118.06º | 0.15% | 0.81% | - |
| XYZ | 48.28 | 57.11 | 49.55 | - |
| YUV | 194.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 176 | 0.14 | 0 | 0.15 | 0.19 | 118.06 | 0.24 | 0.75 |
| Hex | B1 | CF | B0 | E | 0 | F | 13 | 76 | 18 | 4B |
| Octal | 261 | 317 | 260 | 16 | 0 | 17 | 23 | 166 | 30 | 113 |
| Binary | 10110001 | 11001111 | 10110000 | 1110 | 0 | 1111 | 10011 | 1110110 | 11000 | 1001011 |
Color Harmonies of #B1CFB0
Complementary color
Monochromatic Colors of #B1CFB0
Black with #B1CFB0
Text Example
Text Example
White with #B1CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFB0; }
p { color: rgb(177,207,176); }
H1.HeaderClassName
{
color: #B1CFB0;
}
.AnyTagClassName
{
color: #B1CFB0;
}
</style>
background-color css
<style>
a { background-color: #B1CFB0; }
a { background-color: rgb(177,207,176); }
div.DivClassName
{
background-color: #B1CFB0;
}
.BgClassName
{
background-color: #B1CFB0;
}
</style>
border-color css
<style>
span { border-color: #B1CFB0; }
span { border-color: rgb(177,207,176); }
td.TdClassName
{
border-color: #B1CFB0;
}
.TagClassName
{
border-color: #B1CFB0;
}
</style>