Shades of Lily #BC8FA6
Tints of Lily #BC8FA6
RGB
CMYK
RGB Variations
Color information
#BC8FA6 (or 0xBC8FA6) is known color: Lily. HEX triplet: BC, 8F and A6. RGB value is (188,143,166). Sum of RGB (Red+Green+Blue) = 188+143+166=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FA6 is #437059. Grayscale: #9F9F9F. Windows color (decimal): -4419674 or 10915772. OLE color: 10915772.
HSL color Cylindrical-coordinate representation of color #BC8FA6: hue angle of 329.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 #BC8FA6 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 166 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.26 |
| HSL | 329.33º | 0.25% | 0.65% | - |
| HSV(B) | 329.33º | 0.24% | 0.74% | - |
| XYZ | 37.44 | 33.09 | 40.49 | - |
| YUV | 159.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 166 | 0 | 0.24 | 0.12 | 0.26 | 329.33 | 0.25 | 0.65 |
| Hex | BC | 8F | A6 | 0 | 18 | C | 1A | 149 | 19 | 41 |
| Octal | 274 | 217 | 246 | 0 | 30 | 14 | 32 | 511 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10100110 | 0 | 11000 | 1100 | 11010 | 101001001 | 11001 | 1000001 |
Color Harmonies of #BC8FA6
Complementary color
Monochromatic Colors of #BC8FA6
Black with #BC8FA6
Text Example
Text Example
White with #BC8FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FA6; }
p { color: rgb(188,143,166); }
H1.HeaderClassName
{
color: #BC8FA6;
}
.AnyTagClassName
{
color: #BC8FA6;
}
</style>
background-color css
<style>
a { background-color: #BC8FA6; }
a { background-color: rgb(188,143,166); }
div.DivClassName
{
background-color: #BC8FA6;
}
.BgClassName
{
background-color: #BC8FA6;
}
</style>
border-color css
<style>
span { border-color: #BC8FA6; }
span { border-color: rgb(188,143,166); }
td.TdClassName
{
border-color: #BC8FA6;
}
.TagClassName
{
border-color: #BC8FA6;
}
</style>