Shades of Zanah #B5CDB4
Tints of Zanah #B5CDB4
RGB
CMYK
RGB Variations
Color information
#B5CDB4 (or 0xB5CDB4) is known color: Zanah. HEX triplet: B5, CD and B4. RGB value is (181,205,180). Sum of RGB (Red+Green+Blue) = 181+205+180=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDB4 is #4A324B. Grayscale: #C3C3C3. Windows color (decimal): -4862540 or 11849141. OLE color: 11849141.
HSL color Cylindrical-coordinate representation of color #B5CDB4: hue angle of 117.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CDB4 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 205 | 180 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.20 |
| HSL | 117.6º | 0.2% | 0.75% | - |
| HSV(B) | 117.6º | 0.12% | 0.8% | - |
| XYZ | 49.13 | 56.78 | 51.55 | - |
| YUV | 194.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 205 | 180 | 0.12 | 0 | 0.12 | 0.20 | 117.6 | 0.2 | 0.75 |
| Hex | B5 | CD | B4 | C | 0 | C | 14 | 76 | 14 | 4B |
| Octal | 265 | 315 | 264 | 14 | 0 | 14 | 24 | 166 | 24 | 113 |
| Binary | 10110101 | 11001101 | 10110100 | 1100 | 0 | 1100 | 10100 | 1110110 | 10100 | 1001011 |
Color Harmonies of #B5CDB4
Complementary color
Monochromatic Colors of #B5CDB4
Black with #B5CDB4
Text Example
Text Example
White with #B5CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDB4; }
p { color: rgb(181,205,180); }
H1.HeaderClassName
{
color: #B5CDB4;
}
.AnyTagClassName
{
color: #B5CDB4;
}
</style>
background-color css
<style>
a { background-color: #B5CDB4; }
a { background-color: rgb(181,205,180); }
div.DivClassName
{
background-color: #B5CDB4;
}
.BgClassName
{
background-color: #B5CDB4;
}
</style>
border-color css
<style>
span { border-color: #B5CDB4; }
span { border-color: rgb(181,205,180); }
td.TdClassName
{
border-color: #B5CDB4;
}
.TagClassName
{
border-color: #B5CDB4;
}
</style>