Shades of Lily #BC8DA5
Tints of Lily #BC8DA5
RGB
CMYK
RGB Variations
Color information
#BC8DA5 (or 0xBC8DA5) is known color: Lily. HEX triplet: BC, 8D and A5. RGB value is (188,141,165). Sum of RGB (Red+Green+Blue) = 188+141+165=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DA5 is #43725A. Grayscale: #9D9D9D. Windows color (decimal): -4420187 or 10849724. OLE color: 10849724.
HSL color Cylindrical-coordinate representation of color #BC8DA5: hue angle of 329.36º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC8DA5 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 165 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.26 |
| HSL | 329.36º | 0.26% | 0.65% | - |
| HSV(B) | 329.36º | 0.25% | 0.74% | - |
| XYZ | 37.06 | 32.46 | 39.91 | - |
| YUV | 157.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 165 | 0 | 0.25 | 0.12 | 0.26 | 329.36 | 0.26 | 0.65 |
| Hex | BC | 8D | A5 | 0 | 19 | C | 1A | 149 | 1A | 41 |
| Octal | 274 | 215 | 245 | 0 | 31 | 14 | 32 | 511 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10100101 | 0 | 11001 | 1100 | 11010 | 101001001 | 11010 | 1000001 |
Color Harmonies of #BC8DA5
Complementary color
Monochromatic Colors of #BC8DA5
Black with #BC8DA5
Text Example
Text Example
White with #BC8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DA5; }
p { color: rgb(188,141,165); }
H1.HeaderClassName
{
color: #BC8DA5;
}
.AnyTagClassName
{
color: #BC8DA5;
}
</style>
background-color css
<style>
a { background-color: #BC8DA5; }
a { background-color: rgb(188,141,165); }
div.DivClassName
{
background-color: #BC8DA5;
}
.BgClassName
{
background-color: #BC8DA5;
}
</style>
border-color css
<style>
span { border-color: #BC8DA5; }
span { border-color: rgb(188,141,165); }
td.TdClassName
{
border-color: #BC8DA5;
}
.TagClassName
{
border-color: #BC8DA5;
}
</style>