Shades of Lily #BC91A8
Tints of Lily #BC91A8
RGB
CMYK
RGB Variations
Color information
#BC91A8 (or 0xBC91A8) is known color: Lily. HEX triplet: BC, 91 and A8. RGB value is (188,145,168). Sum of RGB (Red+Green+Blue) = 188+145+168=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91A8 is #436E57. Grayscale: #A0A0A0. Windows color (decimal): -4419160 or 11047356. OLE color: 11047356.
HSL color Cylindrical-coordinate representation of color #BC91A8: hue angle of 327.91º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC91A8 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 168 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.26 |
| HSL | 327.91º | 0.24% | 0.65% | - |
| HSV(B) | 327.91º | 0.23% | 0.74% | - |
| XYZ | 37.93 | 33.77 | 41.56 | - |
| YUV | 160.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 168 | 0 | 0.23 | 0.11 | 0.26 | 327.91 | 0.24 | 0.65 |
| Hex | BC | 91 | A8 | 0 | 17 | B | 1A | 148 | 18 | 41 |
| Octal | 274 | 221 | 250 | 0 | 27 | 13 | 32 | 510 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10101000 | 0 | 10111 | 1011 | 11010 | 101001000 | 11000 | 1000001 |
Color Harmonies of #BC91A8
Complementary color
Monochromatic Colors of #BC91A8
Black with #BC91A8
Text Example
Text Example
White with #BC91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91A8; }
p { color: rgb(188,145,168); }
H1.HeaderClassName
{
color: #BC91A8;
}
.AnyTagClassName
{
color: #BC91A8;
}
</style>
background-color css
<style>
a { background-color: #BC91A8; }
a { background-color: rgb(188,145,168); }
div.DivClassName
{
background-color: #BC91A8;
}
.BgClassName
{
background-color: #BC91A8;
}
</style>
border-color css
<style>
span { border-color: #BC91A8; }
span { border-color: rgb(188,145,168); }
td.TdClassName
{
border-color: #BC91A8;
}
.TagClassName
{
border-color: #BC91A8;
}
</style>