Shades of Zanah #B3CAB1
Tints of Zanah #B3CAB1
RGB
CMYK
RGB Variations
Color information
#B3CAB1 (or 0xB3CAB1) is known color: Zanah. HEX triplet: B3, CA and B1. RGB value is (179,202,177). Sum of RGB (Red+Green+Blue) = 179+202+177=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CAB1 is #4C354E. Grayscale: #C0C0C0. Windows color (decimal): -4994383 or 11651763. OLE color: 11651763.
HSL color Cylindrical-coordinate representation of color #B3CAB1: hue angle of 115.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3CAB1 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 177 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.21 |
| HSL | 115.2º | 0.19% | 0.74% | - |
| HSV(B) | 115.2º | 0.12% | 0.79% | - |
| XYZ | 47.65 | 55 | 49.7 | - |
| YUV | 192.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 177 | 0.11 | 0 | 0.12 | 0.21 | 115.2 | 0.19 | 0.74 |
| Hex | B3 | CA | B1 | B | 0 | C | 15 | 73 | 13 | 4A |
| Octal | 263 | 312 | 261 | 13 | 0 | 14 | 25 | 163 | 23 | 112 |
| Binary | 10110011 | 11001010 | 10110001 | 1011 | 0 | 1100 | 10101 | 1110011 | 10011 | 1001010 |
Color Harmonies of #B3CAB1
Complementary color
Monochromatic Colors of #B3CAB1
Black with #B3CAB1
Text Example
Text Example
White with #B3CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAB1; }
p { color: rgb(179,202,177); }
H1.HeaderClassName
{
color: #B3CAB1;
}
.AnyTagClassName
{
color: #B3CAB1;
}
</style>
background-color css
<style>
a { background-color: #B3CAB1; }
a { background-color: rgb(179,202,177); }
div.DivClassName
{
background-color: #B3CAB1;
}
.BgClassName
{
background-color: #B3CAB1;
}
</style>
border-color css
<style>
span { border-color: #B3CAB1; }
span { border-color: rgb(179,202,177); }
td.TdClassName
{
border-color: #B3CAB1;
}
.TagClassName
{
border-color: #B3CAB1;
}
</style>