Shades of Zanah #B0CEAC
Tints of Zanah #B0CEAC
RGB
CMYK
RGB Variations
Color information
#B0CEAC (or 0xB0CEAC) is known color: Zanah. HEX triplet: B0, CE and AC. RGB value is (176,206,172). Sum of RGB (Red+Green+Blue) = 176+206+172=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEAC is #4F3153. Grayscale: #C1C1C1. Windows color (decimal): -5189972 or 11325104. OLE color: 11325104.
HSL color Cylindrical-coordinate representation of color #B0CEAC: hue angle of 112.94º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0CEAC is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 172 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.19 |
| HSL | 112.94º | 0.26% | 0.74% | - |
| HSV(B) | 112.94º | 0.17% | 0.81% | - |
| XYZ | 47.42 | 56.35 | 47.41 | - |
| YUV | 193.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 172 | 0.15 | 0 | 0.17 | 0.19 | 112.94 | 0.26 | 0.74 |
| Hex | B0 | CE | AC | F | 0 | 11 | 13 | 71 | 1A | 4A |
| Octal | 260 | 316 | 254 | 17 | 0 | 21 | 23 | 161 | 32 | 112 |
| Binary | 10110000 | 11001110 | 10101100 | 1111 | 0 | 10001 | 10011 | 1110001 | 11010 | 1001010 |
Color Harmonies of #B0CEAC
Complementary color
Monochromatic Colors of #B0CEAC
Black with #B0CEAC
Text Example
Text Example
White with #B0CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CEAC; }
p { color: rgb(176,206,172); }
H1.HeaderClassName
{
color: #B0CEAC;
}
.AnyTagClassName
{
color: #B0CEAC;
}
</style>
background-color css
<style>
a { background-color: #B0CEAC; }
a { background-color: rgb(176,206,172); }
div.DivClassName
{
background-color: #B0CEAC;
}
.BgClassName
{
background-color: #B0CEAC;
}
</style>
border-color css
<style>
span { border-color: #B0CEAC; }
span { border-color: rgb(176,206,172); }
td.TdClassName
{
border-color: #B0CEAC;
}
.TagClassName
{
border-color: #B0CEAC;
}
</style>