Shades of Lily #BC8AA5
Tints of Lily #BC8AA5
RGB
CMYK
RGB Variations
Color information
#BC8AA5 (or 0xBC8AA5) is known color: Lily. HEX triplet: BC, 8A and A5. RGB value is (188,138,165). Sum of RGB (Red+Green+Blue) = 188+138+165=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AA5 is #43755A. Grayscale: #9B9B9B. Windows color (decimal): -4420955 or 10848956. OLE color: 10848956.
HSL color Cylindrical-coordinate representation of color #BC8AA5: hue angle of 327.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8AA5 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 165 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.26 |
| HSL | 327.6º | 0.27% | 0.64% | - |
| HSV(B) | 327.6º | 0.27% | 0.74% | - |
| XYZ | 36.62 | 31.58 | 39.76 | - |
| YUV | 156.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 165 | 0 | 0.27 | 0.12 | 0.26 | 327.6 | 0.27 | 0.64 |
| Hex | BC | 8A | A5 | 0 | 1B | C | 1A | 148 | 1B | 40 |
| Octal | 274 | 212 | 245 | 0 | 33 | 14 | 32 | 510 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10100101 | 0 | 11011 | 1100 | 11010 | 101001000 | 11011 | 1000000 |
Color Harmonies of #BC8AA5
Complementary color
Monochromatic Colors of #BC8AA5
Black with #BC8AA5
Text Example
Text Example
White with #BC8AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AA5; }
p { color: rgb(188,138,165); }
H1.HeaderClassName
{
color: #BC8AA5;
}
.AnyTagClassName
{
color: #BC8AA5;
}
</style>
background-color css
<style>
a { background-color: #BC8AA5; }
a { background-color: rgb(188,138,165); }
div.DivClassName
{
background-color: #BC8AA5;
}
.BgClassName
{
background-color: #BC8AA5;
}
</style>
border-color css
<style>
span { border-color: #BC8AA5; }
span { border-color: rgb(188,138,165); }
td.TdClassName
{
border-color: #BC8AA5;
}
.TagClassName
{
border-color: #BC8AA5;
}
</style>