Shades of Zanah #B1CCAE
Tints of Zanah #B1CCAE
RGB
CMYK
RGB Variations
Color information
#B1CCAE (or 0xB1CCAE) is known color: Zanah. HEX triplet: B1, CC and AE. RGB value is (177,204,174). Sum of RGB (Red+Green+Blue) = 177+204+174=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CCAE is #4E3351. Grayscale: #C0C0C0. Windows color (decimal): -5124946 or 11455665. OLE color: 11455665.
HSL color Cylindrical-coordinate representation of color #B1CCAE: hue angle of 114º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1CCAE is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 174 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.2 |
| HSL | 114º | 0.23% | 0.74% | - |
| HSV(B) | 114º | 0.15% | 0.8% | - |
| XYZ | 47.36 | 55.59 | 48.28 | - |
| YUV | 192.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 174 | 0.13 | 0 | 0.15 | 0.2 | 114 | 0.23 | 0.74 |
| Hex | B1 | CC | AE | D | 0 | F | 14 | 72 | 17 | 4A |
| Octal | 261 | 314 | 256 | 15 | 0 | 17 | 24 | 162 | 27 | 112 |
| Binary | 10110001 | 11001100 | 10101110 | 1101 | 0 | 1111 | 10100 | 1110010 | 10111 | 1001010 |
Color Harmonies of #B1CCAE
Complementary color
Monochromatic Colors of #B1CCAE
Black with #B1CCAE
Text Example
Text Example
White with #B1CCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCAE; }
p { color: rgb(177,204,174); }
H1.HeaderClassName
{
color: #B1CCAE;
}
.AnyTagClassName
{
color: #B1CCAE;
}
</style>
background-color css
<style>
a { background-color: #B1CCAE; }
a { background-color: rgb(177,204,174); }
div.DivClassName
{
background-color: #B1CCAE;
}
.BgClassName
{
background-color: #B1CCAE;
}
</style>
border-color css
<style>
span { border-color: #B1CCAE; }
span { border-color: rgb(177,204,174); }
td.TdClassName
{
border-color: #B1CCAE;
}
.TagClassName
{
border-color: #B1CCAE;
}
</style>