Shades of Lily #BDA0B5
Tints of Lily #BDA0B5
RGB
CMYK
RGB Variations
Color information
#BDA0B5 (or 0xBDA0B5) is known color: Lily. HEX triplet: BD, A0 and B5. RGB value is (189,160,181). Sum of RGB (Red+Green+Blue) = 189+160+181=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0B5 is #425F4A. Grayscale: #ABABAB. Windows color (decimal): -4349771 or 11903165. OLE color: 11903165.
HSL color Cylindrical-coordinate representation of color #BDA0B5: hue angle of 316.55º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA0B5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 160 | 181 | - |
CMYK | 0 | 0.15 | 0.04 | 0.26 |
HSL | 316.55º | 0.18% | 0.68% | - |
HSV(B) | 316.55º | 0.15% | 0.74% | - |
XYZ | 41.9 | 39.3 | 49.09 | - |
YUV | 171.07 | 133.61 | 140.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 160 | 181 | 0 | 0.15 | 0.04 | 0.26 | 316.55 | 0.18 | 0.68 |
Hex | BD | A0 | B5 | 0 | F | 4 | 1A | 13D | 12 | 44 |
Octal | 275 | 240 | 265 | 0 | 17 | 4 | 32 | 475 | 22 | 104 |
Binary | 10111101 | 10100000 | 10110101 | 0 | 1111 | 100 | 11010 | 100111101 | 10010 | 1000100 |
Color Harmonies of #BDA0B5
Complementary color
Monochromatic Colors of #BDA0B5
Black with #BDA0B5
Text Example
Text Example
White with #BDA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0B5; }
p { color: rgb(189,160,181); }
H1.HeaderClassName
{
color: #BDA0B5;
}
.AnyTagClassName
{
color: #BDA0B5;
}
</style>
background-color css
<style>
a { background-color: #BDA0B5; }
a { background-color: rgb(189,160,181); }
div.DivClassName
{
background-color: #BDA0B5;
}
.BgClassName
{
background-color: #BDA0B5;
}
</style>
border-color css
<style>
span { border-color: #BDA0B5; }
span { border-color: rgb(189,160,181); }
td.TdClassName
{
border-color: #BDA0B5;
}
.TagClassName
{
border-color: #BDA0B5;
}
</style>