Shades of Zanah #B0CEAD
Tints of Zanah #B0CEAD
RGB
CMYK
RGB Variations
Color information
#B0CEAD (or 0xB0CEAD) is known color: Zanah. HEX triplet: B0, CE and AD. RGB value is (176,206,173). Sum of RGB (Red+Green+Blue) = 176+206+173=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEAD is #4F3152. Grayscale: #C1C1C1. Windows color (decimal): -5189971 or 11390640. OLE color: 11390640.
HSL color Cylindrical-coordinate representation of color #B0CEAD: hue angle of 114.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0CEAD is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 173 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.19 |
| HSL | 114.55º | 0.25% | 0.74% | - |
| HSV(B) | 114.55º | 0.16% | 0.81% | - |
| XYZ | 47.52 | 56.39 | 47.92 | - |
| YUV | 193.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 173 | 0.15 | 0 | 0.16 | 0.19 | 114.55 | 0.25 | 0.74 |
| Hex | B0 | CE | AD | F | 0 | 10 | 13 | 73 | 19 | 4A |
| Octal | 260 | 316 | 255 | 17 | 0 | 20 | 23 | 163 | 31 | 112 |
| Binary | 10110000 | 11001110 | 10101101 | 1111 | 0 | 10000 | 10011 | 1110011 | 11001 | 1001010 |
Color Harmonies of #B0CEAD
Complementary color
Monochromatic Colors of #B0CEAD
Black with #B0CEAD
Text Example
Text Example
White with #B0CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CEAD; }
p { color: rgb(176,206,173); }
H1.HeaderClassName
{
color: #B0CEAD;
}
.AnyTagClassName
{
color: #B0CEAD;
}
</style>
background-color css
<style>
a { background-color: #B0CEAD; }
a { background-color: rgb(176,206,173); }
div.DivClassName
{
background-color: #B0CEAD;
}
.BgClassName
{
background-color: #B0CEAD;
}
</style>
border-color css
<style>
span { border-color: #B0CEAD; }
span { border-color: rgb(176,206,173); }
td.TdClassName
{
border-color: #B0CEAD;
}
.TagClassName
{
border-color: #B0CEAD;
}
</style>