Shades of Lily #BC8CA6
Tints of Lily #BC8CA6
RGB
CMYK
RGB Variations
Color information
#BC8CA6 (or 0xBC8CA6) is known color: Lily. HEX triplet: BC, 8C and A6. RGB value is (188,140,166). Sum of RGB (Red+Green+Blue) = 188+140+166=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CA6 is #437359. Grayscale: #9D9D9D. Windows color (decimal): -4420442 or 10915004. OLE color: 10915004.
HSL color Cylindrical-coordinate representation of color #BC8CA6: hue angle of 327.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8CA6 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 166 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.26 |
| HSL | 327.5º | 0.26% | 0.64% | - |
| HSV(B) | 327.5º | 0.26% | 0.74% | - |
| XYZ | 37 | 32.2 | 40.34 | - |
| YUV | 157.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 166 | 0 | 0.26 | 0.12 | 0.26 | 327.5 | 0.26 | 0.64 |
| Hex | BC | 8C | A6 | 0 | 1A | C | 1A | 148 | 1A | 40 |
| Octal | 274 | 214 | 246 | 0 | 32 | 14 | 32 | 510 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10100110 | 0 | 11010 | 1100 | 11010 | 101001000 | 11010 | 1000000 |
Color Harmonies of #BC8CA6
Complementary color
Monochromatic Colors of #BC8CA6
Black with #BC8CA6
Text Example
Text Example
White with #BC8CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CA6; }
p { color: rgb(188,140,166); }
H1.HeaderClassName
{
color: #BC8CA6;
}
.AnyTagClassName
{
color: #BC8CA6;
}
</style>
background-color css
<style>
a { background-color: #BC8CA6; }
a { background-color: rgb(188,140,166); }
div.DivClassName
{
background-color: #BC8CA6;
}
.BgClassName
{
background-color: #BC8CA6;
}
</style>
border-color css
<style>
span { border-color: #BC8CA6; }
span { border-color: rgb(188,140,166); }
td.TdClassName
{
border-color: #BC8CA6;
}
.TagClassName
{
border-color: #BC8CA6;
}
</style>