Shades of Lily #BC8FA9
Tints of Lily #BC8FA9
RGB
CMYK
RGB Variations
Color information
#BC8FA9 (or 0xBC8FA9) is known color: Lily. HEX triplet: BC, 8F and A9. RGB value is (188,143,169). Sum of RGB (Red+Green+Blue) = 188+143+169=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FA9 is #437056. Grayscale: #9F9F9F. Windows color (decimal): -4419671 or 11112380. OLE color: 11112380.
HSL color Cylindrical-coordinate representation of color #BC8FA9: hue angle of 325.33º degrees, saturation: 0.25, 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 #BC8FA9 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 169 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.26 |
| HSL | 325.33º | 0.25% | 0.65% | - |
| HSV(B) | 325.33º | 0.24% | 0.74% | - |
| XYZ | 37.72 | 33.2 | 41.96 | - |
| YUV | 159.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 169 | 0 | 0.24 | 0.10 | 0.26 | 325.33 | 0.25 | 0.65 |
| Hex | BC | 8F | A9 | 0 | 18 | A | 1A | 145 | 19 | 41 |
| Octal | 274 | 217 | 251 | 0 | 30 | 12 | 32 | 505 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10101001 | 0 | 11000 | 1010 | 11010 | 101000101 | 11001 | 1000001 |
Color Harmonies of #BC8FA9
Complementary color
Monochromatic Colors of #BC8FA9
Black with #BC8FA9
Text Example
Text Example
White with #BC8FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FA9; }
p { color: rgb(188,143,169); }
H1.HeaderClassName
{
color: #BC8FA9;
}
.AnyTagClassName
{
color: #BC8FA9;
}
</style>
background-color css
<style>
a { background-color: #BC8FA9; }
a { background-color: rgb(188,143,169); }
div.DivClassName
{
background-color: #BC8FA9;
}
.BgClassName
{
background-color: #BC8FA9;
}
</style>
border-color css
<style>
span { border-color: #BC8FA9; }
span { border-color: rgb(188,143,169); }
td.TdClassName
{
border-color: #BC8FA9;
}
.TagClassName
{
border-color: #BC8FA9;
}
</style>