Shades of Zanah #B4CDB5
Tints of Zanah #B4CDB5
RGB
CMYK
RGB Variations
Color information
#B4CDB5 (or 0xB4CDB5) is known color: Zanah. HEX triplet: B4, CD and B5. RGB value is (180,205,181). Sum of RGB (Red+Green+Blue) = 180+205+181=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDB5 is #4B324A. Grayscale: #C2C2C2. Windows color (decimal): -4928075 or 11914676. OLE color: 11914676.
HSL color Cylindrical-coordinate representation of color #B4CDB5: hue angle of 122.4º 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 #B4CDB5 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 205 | 181 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.20 |
| HSL | 122.4º | 0.2% | 0.75% | - |
| HSV(B) | 122.4º | 0.12% | 0.8% | - |
| XYZ | 48.99 | 56.7 | 52.08 | - |
| YUV | 194.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 181 | 0.12 | 0 | 0.12 | 0.20 | 122.4 | 0.2 | 0.75 |
| Hex | B4 | CD | B5 | C | 0 | C | 14 | 7A | 14 | 4B |
| Octal | 264 | 315 | 265 | 14 | 0 | 14 | 24 | 172 | 24 | 113 |
| Binary | 10110100 | 11001101 | 10110101 | 1100 | 0 | 1100 | 10100 | 1111010 | 10100 | 1001011 |
Color Harmonies of #B4CDB5
Complementary color
Monochromatic Colors of #B4CDB5
Black with #B4CDB5
Text Example
Text Example
White with #B4CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDB5; }
p { color: rgb(180,205,181); }
H1.HeaderClassName
{
color: #B4CDB5;
}
.AnyTagClassName
{
color: #B4CDB5;
}
</style>
background-color css
<style>
a { background-color: #B4CDB5; }
a { background-color: rgb(180,205,181); }
div.DivClassName
{
background-color: #B4CDB5;
}
.BgClassName
{
background-color: #B4CDB5;
}
</style>
border-color css
<style>
span { border-color: #B4CDB5; }
span { border-color: rgb(180,205,181); }
td.TdClassName
{
border-color: #B4CDB5;
}
.TagClassName
{
border-color: #B4CDB5;
}
</style>