Shades of Zanah #B4CAB2
Tints of Zanah #B4CAB2
RGB
CMYK
RGB Variations
Color information
#B4CAB2 (or 0xB4CAB2) is known color: Zanah. HEX triplet: B4, CA and B2. RGB value is (180,202,178). Sum of RGB (Red+Green+Blue) = 180+202+178=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CAB2 is #4B354D. Grayscale: #C0C0C0. Windows color (decimal): -4928846 or 11717300. OLE color: 11717300.
HSL color Cylindrical-coordinate representation of color #B4CAB2: hue angle of 115º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CAB2 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 202 | 178 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.21 |
| HSL | 115º | 0.18% | 0.75% | - |
| HSV(B) | 115º | 0.12% | 0.79% | - |
| XYZ | 47.98 | 55.16 | 50.24 | - |
| YUV | 192.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 178 | 0.11 | 0 | 0.12 | 0.21 | 115 | 0.18 | 0.75 |
| Hex | B4 | CA | B2 | B | 0 | C | 15 | 73 | 12 | 4B |
| Octal | 264 | 312 | 262 | 13 | 0 | 14 | 25 | 163 | 22 | 113 |
| Binary | 10110100 | 11001010 | 10110010 | 1011 | 0 | 1100 | 10101 | 1110011 | 10010 | 1001011 |
Color Harmonies of #B4CAB2
Complementary color
Monochromatic Colors of #B4CAB2
Black with #B4CAB2
Text Example
Text Example
White with #B4CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CAB2; }
p { color: rgb(180,202,178); }
H1.HeaderClassName
{
color: #B4CAB2;
}
.AnyTagClassName
{
color: #B4CAB2;
}
</style>
background-color css
<style>
a { background-color: #B4CAB2; }
a { background-color: rgb(180,202,178); }
div.DivClassName
{
background-color: #B4CAB2;
}
.BgClassName
{
background-color: #B4CAB2;
}
</style>
border-color css
<style>
span { border-color: #B4CAB2; }
span { border-color: rgb(180,202,178); }
td.TdClassName
{
border-color: #B4CAB2;
}
.TagClassName
{
border-color: #B4CAB2;
}
</style>