Shades of Lily #BC87A9
Tints of Lily #BC87A9
RGB
CMYK
RGB Variations
Color information
#BC87A9 (or 0xBC87A9) is known color: Lily. HEX triplet: BC, 87 and A9. RGB value is (188,135,169). Sum of RGB (Red+Green+Blue) = 188+135+169=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87A9 is #437856. Grayscale: #9A9A9A. Windows color (decimal): -4421719 or 11110332. OLE color: 11110332.
HSL color Cylindrical-coordinate representation of color #BC87A9: hue angle of 321.51º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC87A9 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 169 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.26 |
| HSL | 321.51º | 0.28% | 0.63% | - |
| HSV(B) | 321.51º | 0.28% | 0.74% | - |
| XYZ | 36.56 | 30.88 | 41.57 | - |
| YUV | 154.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 169 | 0 | 0.28 | 0.10 | 0.26 | 321.51 | 0.28 | 0.63 |
| Hex | BC | 87 | A9 | 0 | 1C | A | 1A | 142 | 1C | 3F |
| Octal | 274 | 207 | 251 | 0 | 34 | 12 | 32 | 502 | 34 | 77 |
| Binary | 10111100 | 10000111 | 10101001 | 0 | 11100 | 1010 | 11010 | 101000010 | 11100 | 111111 |
Color Harmonies of #BC87A9
Complementary color
Monochromatic Colors of #BC87A9
Black with #BC87A9
Text Example
Text Example
White with #BC87A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC87A9; }
p { color: rgb(188,135,169); }
H1.HeaderClassName
{
color: #BC87A9;
}
.AnyTagClassName
{
color: #BC87A9;
}
</style>
background-color css
<style>
a { background-color: #BC87A9; }
a { background-color: rgb(188,135,169); }
div.DivClassName
{
background-color: #BC87A9;
}
.BgClassName
{
background-color: #BC87A9;
}
</style>
border-color css
<style>
span { border-color: #BC87A9; }
span { border-color: rgb(188,135,169); }
td.TdClassName
{
border-color: #BC87A9;
}
.TagClassName
{
border-color: #BC87A9;
}
</style>