Shades of Lily #BD8FAE
Tints of Lily #BD8FAE
RGB
CMYK
RGB Variations
Color information
#BD8FAE (or 0xBD8FAE) is known color: Lily. HEX triplet: BD, 8F and AE. RGB value is (189,143,174). Sum of RGB (Red+Green+Blue) = 189+143+174=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FAE is #427051. Grayscale: #A0A0A0. Windows color (decimal): -4354130 or 11440061. OLE color: 11440061.
HSL color Cylindrical-coordinate representation of color #BD8FAE: hue angle of 319.57º 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 #BD8FAE is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 174 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.26 |
| HSL | 319.57º | 0.26% | 0.65% | - |
| HSV(B) | 319.57º | 0.24% | 0.74% | - |
| XYZ | 38.45 | 33.52 | 44.49 | - |
| YUV | 160.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 174 | 0 | 0.24 | 0.08 | 0.26 | 319.57 | 0.26 | 0.65 |
| Hex | BD | 8F | AE | 0 | 18 | 8 | 1A | 140 | 1A | 41 |
| Octal | 275 | 217 | 256 | 0 | 30 | 10 | 32 | 500 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10101110 | 0 | 11000 | 1000 | 11010 | 101000000 | 11010 | 1000001 |
Color Harmonies of #BD8FAE
Complementary color
Monochromatic Colors of #BD8FAE
Black with #BD8FAE
Text Example
Text Example
White with #BD8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FAE; }
p { color: rgb(189,143,174); }
H1.HeaderClassName
{
color: #BD8FAE;
}
.AnyTagClassName
{
color: #BD8FAE;
}
</style>
background-color css
<style>
a { background-color: #BD8FAE; }
a { background-color: rgb(189,143,174); }
div.DivClassName
{
background-color: #BD8FAE;
}
.BgClassName
{
background-color: #BD8FAE;
}
</style>
border-color css
<style>
span { border-color: #BD8FAE; }
span { border-color: rgb(189,143,174); }
td.TdClassName
{
border-color: #BD8FAE;
}
.TagClassName
{
border-color: #BD8FAE;
}
</style>