Shades of Lily #BDA2B5
Tints of Lily #BDA2B5
RGB
CMYK
RGB Variations
Color information
#BDA2B5 (or 0xBDA2B5) is known color: Lily. HEX triplet: BD, A2 and B5. RGB value is (189,162,181). Sum of RGB (Red+Green+Blue) = 189+162+181=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2B5 is #425D4A. Grayscale: #ACACAC. Windows color (decimal): -4349259 or 11903677. OLE color: 11903677.
HSL color Cylindrical-coordinate representation of color #BDA2B5: hue angle of 317.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA2B5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 162 | 181 | - |
CMYK | 0 | 0.14 | 0.04 | 0.26 |
HSL | 317.78º | 0.17% | 0.69% | - |
HSV(B) | 317.78º | 0.14% | 0.74% | - |
XYZ | 42.25 | 40 | 49.21 | - |
YUV | 172.24 | 132.95 | 139.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 162 | 181 | 0 | 0.14 | 0.04 | 0.26 | 317.78 | 0.17 | 0.69 |
Hex | BD | A2 | B5 | 0 | E | 4 | 1A | 13E | 11 | 45 |
Octal | 275 | 242 | 265 | 0 | 16 | 4 | 32 | 476 | 21 | 105 |
Binary | 10111101 | 10100010 | 10110101 | 0 | 1110 | 100 | 11010 | 100111110 | 10001 | 1000101 |
Color Harmonies of #BDA2B5
Complementary color
Monochromatic Colors of #BDA2B5
Black with #BDA2B5
Text Example
Text Example
White with #BDA2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2B5; }
p { color: rgb(189,162,181); }
H1.HeaderClassName
{
color: #BDA2B5;
}
.AnyTagClassName
{
color: #BDA2B5;
}
</style>
background-color css
<style>
a { background-color: #BDA2B5; }
a { background-color: rgb(189,162,181); }
div.DivClassName
{
background-color: #BDA2B5;
}
.BgClassName
{
background-color: #BDA2B5;
}
</style>
border-color css
<style>
span { border-color: #BDA2B5; }
span { border-color: rgb(189,162,181); }
td.TdClassName
{
border-color: #BDA2B5;
}
.TagClassName
{
border-color: #BDA2B5;
}
</style>