Shades of Lily #BD87A8
Tints of Lily #BD87A8
RGB
CMYK
RGB Variations
Color information
#BD87A8 (or 0xBD87A8) is known color: Lily. HEX triplet: BD, 87 and A8. RGB value is (189,135,168). Sum of RGB (Red+Green+Blue) = 189+135+168=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD87A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD87A8 is #427857. Grayscale: #9A9A9A. Windows color (decimal): -4356184 or 11044797. OLE color: 11044797.
HSL color Cylindrical-coordinate representation of color #BD87A8: hue angle of 323.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD87A8 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 168 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.26 |
| HSL | 323.33º | 0.29% | 0.64% | - |
| HSV(B) | 323.33º | 0.29% | 0.74% | - |
| XYZ | 36.72 | 30.97 | 41.09 | - |
| YUV | 154.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 168 | 0 | 0.29 | 0.11 | 0.26 | 323.33 | 0.29 | 0.64 |
| Hex | BD | 87 | A8 | 0 | 1D | B | 1A | 143 | 1D | 40 |
| Octal | 275 | 207 | 250 | 0 | 35 | 13 | 32 | 503 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10101000 | 0 | 11101 | 1011 | 11010 | 101000011 | 11101 | 1000000 |
Color Harmonies of #BD87A8
Complementary color
Monochromatic Colors of #BD87A8
Black with #BD87A8
Text Example
Text Example
White with #BD87A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87A8; }
p { color: rgb(189,135,168); }
H1.HeaderClassName
{
color: #BD87A8;
}
.AnyTagClassName
{
color: #BD87A8;
}
</style>
background-color css
<style>
a { background-color: #BD87A8; }
a { background-color: rgb(189,135,168); }
div.DivClassName
{
background-color: #BD87A8;
}
.BgClassName
{
background-color: #BD87A8;
}
</style>
border-color css
<style>
span { border-color: #BD87A8; }
span { border-color: rgb(189,135,168); }
td.TdClassName
{
border-color: #BD87A8;
}
.TagClassName
{
border-color: #BD87A8;
}
</style>