Shades of Zanah #B5CDB5
Tints of Zanah #B5CDB5
RGB
CMYK
RGB Variations
Color information
#B5CDB5 (or 0xB5CDB5) is known color: Zanah. HEX triplet: B5, CD and B5. RGB value is (181,205,181). Sum of RGB (Red+Green+Blue) = 181+205+181=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDB5 is #4A324A. Grayscale: #C3C3C3. Windows color (decimal): -4862539 or 11914677. OLE color: 11914677.
HSL color Cylindrical-coordinate representation of color #B5CDB5: hue angle of 120º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CDB5 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 205 | 181 | - |
CMYK | 0.12 | 0 | 0.12 | 0.20 |
HSL | 120º | 0.19% | 0.76% | - |
HSV(B) | 120º | 0.12% | 0.8% | - |
XYZ | 49.23 | 56.82 | 52.09 | - |
YUV | 195.09 | 120.05 | 117.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 205 | 181 | 0.12 | 0 | 0.12 | 0.20 | 120 | 0.19 | 0.76 |
Hex | B5 | CD | B5 | C | 0 | C | 14 | 78 | 13 | 4C |
Octal | 265 | 315 | 265 | 14 | 0 | 14 | 24 | 170 | 23 | 114 |
Binary | 10110101 | 11001101 | 10110101 | 1100 | 0 | 1100 | 10100 | 1111000 | 10011 | 1001100 |
Color Harmonies of #B5CDB5
Complementary color
Monochromatic Colors of #B5CDB5
Black with #B5CDB5
Text Example
Text Example
White with #B5CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDB5; }
p { color: rgb(181,205,181); }
H1.HeaderClassName
{
color: #B5CDB5;
}
.AnyTagClassName
{
color: #B5CDB5;
}
</style>
background-color css
<style>
a { background-color: #B5CDB5; }
a { background-color: rgb(181,205,181); }
div.DivClassName
{
background-color: #B5CDB5;
}
.BgClassName
{
background-color: #B5CDB5;
}
</style>
border-color css
<style>
span { border-color: #B5CDB5; }
span { border-color: rgb(181,205,181); }
td.TdClassName
{
border-color: #B5CDB5;
}
.TagClassName
{
border-color: #B5CDB5;
}
</style>