Shades of Lily #BD93AD
Tints of Lily #BD93AD
RGB
CMYK
RGB Variations
Color information
#BD93AD (or 0xBD93AD) is known color: Lily. HEX triplet: BD, 93 and AD. RGB value is (189,147,173). Sum of RGB (Red+Green+Blue) = 189+147+173=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD93AD is #426C52. Grayscale: #A2A2A2. Windows color (decimal): -4353107 or 11375549. OLE color: 11375549.
HSL color Cylindrical-coordinate representation of color #BD93AD: hue angle of 322.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD93AD is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 173 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.26 |
| HSL | 322.86º | 0.24% | 0.66% | - |
| HSV(B) | 322.86º | 0.22% | 0.74% | - |
| XYZ | 38.96 | 34.7 | 44.18 | - |
| YUV | 162.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 173 | 0 | 0.22 | 0.08 | 0.26 | 322.86 | 0.24 | 0.66 |
| Hex | BD | 93 | AD | 0 | 16 | 8 | 1A | 143 | 18 | 42 |
| Octal | 275 | 223 | 255 | 0 | 26 | 10 | 32 | 503 | 30 | 102 |
| Binary | 10111101 | 10010011 | 10101101 | 0 | 10110 | 1000 | 11010 | 101000011 | 11000 | 1000010 |
Color Harmonies of #BD93AD
Complementary color
Monochromatic Colors of #BD93AD
Black with #BD93AD
Text Example
Text Example
White with #BD93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93AD; }
p { color: rgb(189,147,173); }
H1.HeaderClassName
{
color: #BD93AD;
}
.AnyTagClassName
{
color: #BD93AD;
}
</style>
background-color css
<style>
a { background-color: #BD93AD; }
a { background-color: rgb(189,147,173); }
div.DivClassName
{
background-color: #BD93AD;
}
.BgClassName
{
background-color: #BD93AD;
}
</style>
border-color css
<style>
span { border-color: #BD93AD; }
span { border-color: rgb(189,147,173); }
td.TdClassName
{
border-color: #BD93AD;
}
.TagClassName
{
border-color: #BD93AD;
}
</style>