Shades of Lily #BDA0B7
Tints of Lily #BDA0B7
RGB
CMYK
RGB Variations
Color information
#BDA0B7 (or 0xBDA0B7) is known color: Lily. HEX triplet: BD, A0 and B7. RGB value is (189,160,183). Sum of RGB (Red+Green+Blue) = 189+160+183=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0B7 is #425F48. Grayscale: #ABABAB. Windows color (decimal): -4349769 or 12034237. OLE color: 12034237.
HSL color Cylindrical-coordinate representation of color #BDA0B7: hue angle of 312.41º 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 #BDA0B7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 183 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.26 |
| HSL | 312.41º | 0.18% | 0.68% | - |
| HSV(B) | 312.41º | 0.15% | 0.74% | - |
| XYZ | 42.1 | 39.38 | 50.18 | - |
| YUV | 171.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 183 | 0 | 0.15 | 0.03 | 0.26 | 312.41 | 0.18 | 0.68 |
| Hex | BD | A0 | B7 | 0 | F | 3 | 1A | 138 | 12 | 44 |
| Octal | 275 | 240 | 267 | 0 | 17 | 3 | 32 | 470 | 22 | 104 |
| Binary | 10111101 | 10100000 | 10110111 | 0 | 1111 | 11 | 11010 | 100111000 | 10010 | 1000100 |
Color Harmonies of #BDA0B7
Complementary color
Monochromatic Colors of #BDA0B7
Black with #BDA0B7
Text Example
Text Example
White with #BDA0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0B7; }
p { color: rgb(189,160,183); }
H1.HeaderClassName
{
color: #BDA0B7;
}
.AnyTagClassName
{
color: #BDA0B7;
}
</style>
background-color css
<style>
a { background-color: #BDA0B7; }
a { background-color: rgb(189,160,183); }
div.DivClassName
{
background-color: #BDA0B7;
}
.BgClassName
{
background-color: #BDA0B7;
}
</style>
border-color css
<style>
span { border-color: #BDA0B7; }
span { border-color: rgb(189,160,183); }
td.TdClassName
{
border-color: #BDA0B7;
}
.TagClassName
{
border-color: #BDA0B7;
}
</style>