Shades of Lily #BD87A9
Tints of Lily #BD87A9
RGB
CMYK
RGB Variations
Color information
#BD87A9 (or 0xBD87A9) is known color: Lily. HEX triplet: BD, 87 and A9. RGB value is (189,135,169). Sum of RGB (Red+Green+Blue) = 189+135+169=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD87A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD87A9 is #427856. Grayscale: #9A9A9A. Windows color (decimal): -4356183 or 11110333. OLE color: 11110333.
HSL color Cylindrical-coordinate representation of color #BD87A9: hue angle of 322.22º 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 #BD87A9 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 169 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.26 |
| HSL | 322.22º | 0.29% | 0.64% | - |
| HSV(B) | 322.22º | 0.29% | 0.74% | - |
| XYZ | 36.81 | 31.01 | 41.58 | - |
| YUV | 155.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 169 | 0 | 0.29 | 0.11 | 0.26 | 322.22 | 0.29 | 0.64 |
| Hex | BD | 87 | A9 | 0 | 1D | B | 1A | 142 | 1D | 40 |
| Octal | 275 | 207 | 251 | 0 | 35 | 13 | 32 | 502 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10101001 | 0 | 11101 | 1011 | 11010 | 101000010 | 11101 | 1000000 |
Color Harmonies of #BD87A9
Complementary color
Monochromatic Colors of #BD87A9
Black with #BD87A9
Text Example
Text Example
White with #BD87A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87A9; }
p { color: rgb(189,135,169); }
H1.HeaderClassName
{
color: #BD87A9;
}
.AnyTagClassName
{
color: #BD87A9;
}
</style>
background-color css
<style>
a { background-color: #BD87A9; }
a { background-color: rgb(189,135,169); }
div.DivClassName
{
background-color: #BD87A9;
}
.BgClassName
{
background-color: #BD87A9;
}
</style>
border-color css
<style>
span { border-color: #BD87A9; }
span { border-color: rgb(189,135,169); }
td.TdClassName
{
border-color: #BD87A9;
}
.TagClassName
{
border-color: #BD87A9;
}
</style>