Shades of Zanah #B0CBB1
Tints of Zanah #B0CBB1
RGB
CMYK
RGB Variations
Color information
#B0CBB1 (or 0xB0CBB1) is known color: Zanah. HEX triplet: B0, CB and B1. RGB value is (176,203,177). Sum of RGB (Red+Green+Blue) = 176+203+177=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBB1 is #4F344E. Grayscale: #C0C0C0. Windows color (decimal): -5190735 or 11652016. OLE color: 11652016.
HSL color Cylindrical-coordinate representation of color #B0CBB1: hue angle of 122.22º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CBB1 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 177 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.20 |
| HSL | 122.22º | 0.21% | 0.74% | - |
| HSV(B) | 122.22º | 0.13% | 0.8% | - |
| XYZ | 47.2 | 55.12 | 49.75 | - |
| YUV | 191.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 177 | 0.13 | 0 | 0.13 | 0.20 | 122.22 | 0.21 | 0.74 |
| Hex | B0 | CB | B1 | D | 0 | D | 14 | 7A | 15 | 4A |
| Octal | 260 | 313 | 261 | 15 | 0 | 15 | 24 | 172 | 25 | 112 |
| Binary | 10110000 | 11001011 | 10110001 | 1101 | 0 | 1101 | 10100 | 1111010 | 10101 | 1001010 |
Color Harmonies of #B0CBB1
Complementary color
Monochromatic Colors of #B0CBB1
Black with #B0CBB1
Text Example
Text Example
White with #B0CBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBB1; }
p { color: rgb(176,203,177); }
H1.HeaderClassName
{
color: #B0CBB1;
}
.AnyTagClassName
{
color: #B0CBB1;
}
</style>
background-color css
<style>
a { background-color: #B0CBB1; }
a { background-color: rgb(176,203,177); }
div.DivClassName
{
background-color: #B0CBB1;
}
.BgClassName
{
background-color: #B0CBB1;
}
</style>
border-color css
<style>
span { border-color: #B0CBB1; }
span { border-color: rgb(176,203,177); }
td.TdClassName
{
border-color: #B0CBB1;
}
.TagClassName
{
border-color: #B0CBB1;
}
</style>