Shades of Lily #BD93AA
Tints of Lily #BD93AA
RGB
CMYK
RGB Variations
Color information
#BD93AA (or 0xBD93AA) is known color: Lily. HEX triplet: BD, 93 and AA. RGB value is (189,147,170). Sum of RGB (Red+Green+Blue) = 189+147+170=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD93AA is #426C55. Grayscale: #A2A2A2. Windows color (decimal): -4353110 or 11178941. OLE color: 11178941.
HSL color Cylindrical-coordinate representation of color #BD93AA: hue angle of 327.14º 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 #BD93AA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 170 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.26 |
| HSL | 327.14º | 0.24% | 0.66% | - |
| HSV(B) | 327.14º | 0.22% | 0.74% | - |
| XYZ | 38.68 | 34.59 | 42.67 | - |
| YUV | 162.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 170 | 0 | 0.22 | 0.10 | 0.26 | 327.14 | 0.24 | 0.66 |
| Hex | BD | 93 | AA | 0 | 16 | A | 1A | 147 | 18 | 42 |
| Octal | 275 | 223 | 252 | 0 | 26 | 12 | 32 | 507 | 30 | 102 |
| Binary | 10111101 | 10010011 | 10101010 | 0 | 10110 | 1010 | 11010 | 101000111 | 11000 | 1000010 |
Color Harmonies of #BD93AA
Complementary color
Monochromatic Colors of #BD93AA
Black with #BD93AA
Text Example
Text Example
White with #BD93AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93AA; }
p { color: rgb(189,147,170); }
H1.HeaderClassName
{
color: #BD93AA;
}
.AnyTagClassName
{
color: #BD93AA;
}
</style>
background-color css
<style>
a { background-color: #BD93AA; }
a { background-color: rgb(189,147,170); }
div.DivClassName
{
background-color: #BD93AA;
}
.BgClassName
{
background-color: #BD93AA;
}
</style>
border-color css
<style>
span { border-color: #BD93AA; }
span { border-color: rgb(189,147,170); }
td.TdClassName
{
border-color: #BD93AA;
}
.TagClassName
{
border-color: #BD93AA;
}
</style>