Shades of Zanah #B3D0AE
Tints of Zanah #B3D0AE
RGB
CMYK
RGB Variations
Color information
#B3D0AE (or 0xB3D0AE) is known color: Zanah. HEX triplet: B3, D0 and AE. RGB value is (179,208,174). Sum of RGB (Red+Green+Blue) = 179+208+174=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D0AE is #4C2F51. Grayscale: #C3C3C3. Windows color (decimal): -4992850 or 11456691. OLE color: 11456691.
HSL color Cylindrical-coordinate representation of color #B3D0AE: hue angle of 111.18º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D0AE is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 208 | 174 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.18 |
| HSL | 111.18º | 0.27% | 0.75% | - |
| HSV(B) | 111.18º | 0.16% | 0.82% | - |
| XYZ | 48.79 | 57.75 | 48.62 | - |
| YUV | 195.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 208 | 174 | 0.14 | 0 | 0.16 | 0.18 | 111.18 | 0.27 | 0.75 |
| Hex | B3 | D0 | AE | E | 0 | 10 | 12 | 6F | 1B | 4B |
| Octal | 263 | 320 | 256 | 16 | 0 | 20 | 22 | 157 | 33 | 113 |
| Binary | 10110011 | 11010000 | 10101110 | 1110 | 0 | 10000 | 10010 | 1101111 | 11011 | 1001011 |
Color Harmonies of #B3D0AE
Complementary color
Monochromatic Colors of #B3D0AE
Black with #B3D0AE
Text Example
Text Example
White with #B3D0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D0AE; }
p { color: rgb(179,208,174); }
H1.HeaderClassName
{
color: #B3D0AE;
}
.AnyTagClassName
{
color: #B3D0AE;
}
</style>
background-color css
<style>
a { background-color: #B3D0AE; }
a { background-color: rgb(179,208,174); }
div.DivClassName
{
background-color: #B3D0AE;
}
.BgClassName
{
background-color: #B3D0AE;
}
</style>
border-color css
<style>
span { border-color: #B3D0AE; }
span { border-color: rgb(179,208,174); }
td.TdClassName
{
border-color: #B3D0AE;
}
.TagClassName
{
border-color: #B3D0AE;
}
</style>