Shades of Lily #B5A2B0
Tints of Lily #B5A2B0
RGB
CMYK
RGB Variations
Color information
#B5A2B0 (or 0xB5A2B0) is known color: Lily. HEX triplet: B5, A2 and B0. RGB value is (181,162,176). Sum of RGB (Red+Green+Blue) = 181+162+176=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A2B0 is #4A5D4F. Grayscale: #A9A9A9. Windows color (decimal): -4873552 or 11575989. OLE color: 11575989.
HSL color Cylindrical-coordinate representation of color #B5A2B0: hue angle of 315.79º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5A2B0 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 162 | 176 | - |
CMYK | 0 | 0.10 | 0.03 | 0.29 |
HSL | 315.79º | 0.11% | 0.67% | - |
HSV(B) | 315.79º | 0.1% | 0.71% | - |
XYZ | 39.81 | 38.8 | 46.46 | - |
YUV | 169.28 | 131.79 | 136.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 162 | 176 | 0 | 0.10 | 0.03 | 0.29 | 315.79 | 0.11 | 0.67 |
Hex | B5 | A2 | B0 | 0 | A | 3 | 1D | 13C | B | 43 |
Octal | 265 | 242 | 260 | 0 | 12 | 3 | 35 | 474 | 13 | 103 |
Binary | 10110101 | 10100010 | 10110000 | 0 | 1010 | 11 | 11101 | 100111100 | 1011 | 1000011 |
Color Harmonies of #B5A2B0
Complementary color
Monochromatic Colors of #B5A2B0
Black with #B5A2B0
Text Example
Text Example
White with #B5A2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A2B0; }
p { color: rgb(181,162,176); }
H1.HeaderClassName
{
color: #B5A2B0;
}
.AnyTagClassName
{
color: #B5A2B0;
}
</style>
background-color css
<style>
a { background-color: #B5A2B0; }
a { background-color: rgb(181,162,176); }
div.DivClassName
{
background-color: #B5A2B0;
}
.BgClassName
{
background-color: #B5A2B0;
}
</style>
border-color css
<style>
span { border-color: #B5A2B0; }
span { border-color: rgb(181,162,176); }
td.TdClassName
{
border-color: #B5A2B0;
}
.TagClassName
{
border-color: #B5A2B0;
}
</style>