Shades of Zanah #B2D4AC
Tints of Zanah #B2D4AC
RGB
CMYK
RGB Variations
Color information
#B2D4AC (or 0xB2D4AC) is known color: Zanah. HEX triplet: B2, D4 and AC. RGB value is (178,212,172). Sum of RGB (Red+Green+Blue) = 178+212+172=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D4AC is #4D2B53. Grayscale: #C5C5C5. Windows color (decimal): -5057364 or 11326642. OLE color: 11326642.
HSL color Cylindrical-coordinate representation of color #B2D4AC: hue angle of 111º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2D4AC is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 172 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.17 |
| HSL | 111º | 0.32% | 0.75% | - |
| HSV(B) | 111º | 0.19% | 0.83% | - |
| XYZ | 49.35 | 59.53 | 47.92 | - |
| YUV | 197.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 172 | 0.16 | 0 | 0.19 | 0.17 | 111 | 0.32 | 0.75 |
| Hex | B2 | D4 | AC | 10 | 0 | 13 | 11 | 6F | 20 | 4B |
| Octal | 262 | 324 | 254 | 20 | 0 | 23 | 21 | 157 | 40 | 113 |
| Binary | 10110010 | 11010100 | 10101100 | 10000 | 0 | 10011 | 10001 | 1101111 | 100000 | 1001011 |
Color Harmonies of #B2D4AC
Complementary color
Monochromatic Colors of #B2D4AC
Black with #B2D4AC
Text Example
Text Example
White with #B2D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D4AC; }
p { color: rgb(178,212,172); }
H1.HeaderClassName
{
color: #B2D4AC;
}
.AnyTagClassName
{
color: #B2D4AC;
}
</style>
background-color css
<style>
a { background-color: #B2D4AC; }
a { background-color: rgb(178,212,172); }
div.DivClassName
{
background-color: #B2D4AC;
}
.BgClassName
{
background-color: #B2D4AC;
}
</style>
border-color css
<style>
span { border-color: #B2D4AC; }
span { border-color: rgb(178,212,172); }
td.TdClassName
{
border-color: #B2D4AC;
}
.TagClassName
{
border-color: #B2D4AC;
}
</style>