Shades of Lily #BC92A8
Tints of Lily #BC92A8
RGB
CMYK
RGB Variations
Color information
#BC92A8 (or 0xBC92A8) is known color: Lily. HEX triplet: BC, 92 and A8. RGB value is (188,146,168). Sum of RGB (Red+Green+Blue) = 188+146+168=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92A8 is #436D57. Grayscale: #A1A1A1. Windows color (decimal): -4418904 or 11047612. OLE color: 11047612.
HSL color Cylindrical-coordinate representation of color #BC92A8: hue angle of 328.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC92A8 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 168 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.26 |
| HSL | 328.57º | 0.24% | 0.65% | - |
| HSV(B) | 328.57º | 0.22% | 0.74% | - |
| XYZ | 38.09 | 34.08 | 41.62 | - |
| YUV | 161.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 168 | 0 | 0.22 | 0.11 | 0.26 | 328.57 | 0.24 | 0.65 |
| Hex | BC | 92 | A8 | 0 | 16 | B | 1A | 149 | 18 | 41 |
| Octal | 274 | 222 | 250 | 0 | 26 | 13 | 32 | 511 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10101000 | 0 | 10110 | 1011 | 11010 | 101001001 | 11000 | 1000001 |
Color Harmonies of #BC92A8
Complementary color
Monochromatic Colors of #BC92A8
Black with #BC92A8
Text Example
Text Example
White with #BC92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92A8; }
p { color: rgb(188,146,168); }
H1.HeaderClassName
{
color: #BC92A8;
}
.AnyTagClassName
{
color: #BC92A8;
}
</style>
background-color css
<style>
a { background-color: #BC92A8; }
a { background-color: rgb(188,146,168); }
div.DivClassName
{
background-color: #BC92A8;
}
.BgClassName
{
background-color: #BC92A8;
}
</style>
border-color css
<style>
span { border-color: #BC92A8; }
span { border-color: rgb(188,146,168); }
td.TdClassName
{
border-color: #BC92A8;
}
.TagClassName
{
border-color: #BC92A8;
}
</style>