Shades of Lily #BC92AA
Tints of Lily #BC92AA
RGB
CMYK
RGB Variations
Color information
#BC92AA (or 0xBC92AA) is known color: Lily. HEX triplet: BC, 92 and AA. RGB value is (188,146,170). Sum of RGB (Red+Green+Blue) = 188+146+170=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92AA is #436D55. Grayscale: #A1A1A1. Windows color (decimal): -4418902 or 11178684. OLE color: 11178684.
HSL color Cylindrical-coordinate representation of color #BC92AA: hue angle of 325.71º 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 #BC92AA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 170 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.26 |
| HSL | 325.71º | 0.24% | 0.65% | - |
| HSV(B) | 325.71º | 0.22% | 0.74% | - |
| XYZ | 38.27 | 34.15 | 42.6 | - |
| YUV | 161.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 170 | 0 | 0.22 | 0.10 | 0.26 | 325.71 | 0.24 | 0.65 |
| Hex | BC | 92 | AA | 0 | 16 | A | 1A | 146 | 18 | 41 |
| Octal | 274 | 222 | 252 | 0 | 26 | 12 | 32 | 506 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10101010 | 0 | 10110 | 1010 | 11010 | 101000110 | 11000 | 1000001 |
Color Harmonies of #BC92AA
Complementary color
Monochromatic Colors of #BC92AA
Black with #BC92AA
Text Example
Text Example
White with #BC92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92AA; }
p { color: rgb(188,146,170); }
H1.HeaderClassName
{
color: #BC92AA;
}
.AnyTagClassName
{
color: #BC92AA;
}
</style>
background-color css
<style>
a { background-color: #BC92AA; }
a { background-color: rgb(188,146,170); }
div.DivClassName
{
background-color: #BC92AA;
}
.BgClassName
{
background-color: #BC92AA;
}
</style>
border-color css
<style>
span { border-color: #BC92AA; }
span { border-color: rgb(188,146,170); }
td.TdClassName
{
border-color: #BC92AA;
}
.TagClassName
{
border-color: #BC92AA;
}
</style>