Shades of Zanah #B3CDB1
Tints of Zanah #B3CDB1
RGB
CMYK
RGB Variations
Color information
#B3CDB1 (or 0xB3CDB1) is known color: Zanah. HEX triplet: B3, CD and B1. RGB value is (179,205,177). Sum of RGB (Red+Green+Blue) = 179+205+177=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CDB1 is #4C324E. Grayscale: #C2C2C2. Windows color (decimal): -4993615 or 11652531. OLE color: 11652531.
HSL color Cylindrical-coordinate representation of color #B3CDB1: hue angle of 115.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CDB1 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 205 | 177 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.20 |
| HSL | 115.71º | 0.22% | 0.75% | - |
| HSV(B) | 115.71º | 0.14% | 0.8% | - |
| XYZ | 48.36 | 56.42 | 49.94 | - |
| YUV | 194.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 205 | 177 | 0.13 | 0 | 0.14 | 0.20 | 115.71 | 0.22 | 0.75 |
| Hex | B3 | CD | B1 | D | 0 | E | 14 | 74 | 16 | 4B |
| Octal | 263 | 315 | 261 | 15 | 0 | 16 | 24 | 164 | 26 | 113 |
| Binary | 10110011 | 11001101 | 10110001 | 1101 | 0 | 1110 | 10100 | 1110100 | 10110 | 1001011 |
Color Harmonies of #B3CDB1
Complementary color
Monochromatic Colors of #B3CDB1
Black with #B3CDB1
Text Example
Text Example
White with #B3CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CDB1; }
p { color: rgb(179,205,177); }
H1.HeaderClassName
{
color: #B3CDB1;
}
.AnyTagClassName
{
color: #B3CDB1;
}
</style>
background-color css
<style>
a { background-color: #B3CDB1; }
a { background-color: rgb(179,205,177); }
div.DivClassName
{
background-color: #B3CDB1;
}
.BgClassName
{
background-color: #B3CDB1;
}
</style>
border-color css
<style>
span { border-color: #B3CDB1; }
span { border-color: rgb(179,205,177); }
td.TdClassName
{
border-color: #B3CDB1;
}
.TagClassName
{
border-color: #B3CDB1;
}
</style>