Shades of Lily #BC8CA5
Tints of Lily #BC8CA5
RGB
CMYK
RGB Variations
Color information
#BC8CA5 (or 0xBC8CA5) is known color: Lily. HEX triplet: BC, 8C and A5. RGB value is (188,140,165). Sum of RGB (Red+Green+Blue) = 188+140+165=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CA5 is #43735A. Grayscale: #9D9D9D. Windows color (decimal): -4420443 or 10849468. OLE color: 10849468.
HSL color Cylindrical-coordinate representation of color #BC8CA5: hue angle of 328.75º 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 #BC8CA5 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 165 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.26 |
| HSL | 328.75º | 0.26% | 0.64% | - |
| HSV(B) | 328.75º | 0.26% | 0.74% | - |
| XYZ | 36.91 | 32.16 | 39.86 | - |
| YUV | 157.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 165 | 0 | 0.26 | 0.12 | 0.26 | 328.75 | 0.26 | 0.64 |
| Hex | BC | 8C | A5 | 0 | 1A | C | 1A | 149 | 1A | 40 |
| Octal | 274 | 214 | 245 | 0 | 32 | 14 | 32 | 511 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10100101 | 0 | 11010 | 1100 | 11010 | 101001001 | 11010 | 1000000 |
Color Harmonies of #BC8CA5
Complementary color
Monochromatic Colors of #BC8CA5
Black with #BC8CA5
Text Example
Text Example
White with #BC8CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CA5; }
p { color: rgb(188,140,165); }
H1.HeaderClassName
{
color: #BC8CA5;
}
.AnyTagClassName
{
color: #BC8CA5;
}
</style>
background-color css
<style>
a { background-color: #BC8CA5; }
a { background-color: rgb(188,140,165); }
div.DivClassName
{
background-color: #BC8CA5;
}
.BgClassName
{
background-color: #BC8CA5;
}
</style>
border-color css
<style>
span { border-color: #BC8CA5; }
span { border-color: rgb(188,140,165); }
td.TdClassName
{
border-color: #BC8CA5;
}
.TagClassName
{
border-color: #BC8CA5;
}
</style>