Shades of Lily #BD8FAA
Tints of Lily #BD8FAA
RGB
CMYK
RGB Variations
Color information
#BD8FAA (or 0xBD8FAA) is known color: Lily. HEX triplet: BD, 8F and AA. RGB value is (189,143,170). Sum of RGB (Red+Green+Blue) = 189+143+170=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FAA is #427055. Grayscale: #9F9F9F. Windows color (decimal): -4354134 or 11177917. OLE color: 11177917.
HSL color Cylindrical-coordinate representation of color #BD8FAA: hue angle of 324.78º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD8FAA is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 170 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.26 |
| HSL | 324.78º | 0.26% | 0.65% | - |
| HSV(B) | 324.78º | 0.24% | 0.74% | - |
| XYZ | 38.06 | 33.37 | 42.46 | - |
| YUV | 159.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 170 | 0 | 0.24 | 0.10 | 0.26 | 324.78 | 0.26 | 0.65 |
| Hex | BD | 8F | AA | 0 | 18 | A | 1A | 145 | 1A | 41 |
| Octal | 275 | 217 | 252 | 0 | 30 | 12 | 32 | 505 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10101010 | 0 | 11000 | 1010 | 11010 | 101000101 | 11010 | 1000001 |
Color Harmonies of #BD8FAA
Complementary color
Monochromatic Colors of #BD8FAA
Black with #BD8FAA
Text Example
Text Example
White with #BD8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FAA; }
p { color: rgb(189,143,170); }
H1.HeaderClassName
{
color: #BD8FAA;
}
.AnyTagClassName
{
color: #BD8FAA;
}
</style>
background-color css
<style>
a { background-color: #BD8FAA; }
a { background-color: rgb(189,143,170); }
div.DivClassName
{
background-color: #BD8FAA;
}
.BgClassName
{
background-color: #BD8FAA;
}
</style>
border-color css
<style>
span { border-color: #BD8FAA; }
span { border-color: rgb(189,143,170); }
td.TdClassName
{
border-color: #BD8FAA;
}
.TagClassName
{
border-color: #BD8FAA;
}
</style>