Shades of Lily #BC92A6
Tints of Lily #BC92A6
RGB
CMYK
RGB Variations
Color information
#BC92A6 (or 0xBC92A6) is known color: Lily. HEX triplet: BC, 92 and A6. RGB value is (188,146,166). Sum of RGB (Red+Green+Blue) = 188+146+166=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92A6 is #436D59. Grayscale: #A0A0A0. Windows color (decimal): -4418906 or 10916540. OLE color: 10916540.
HSL color Cylindrical-coordinate representation of color #BC92A6: hue angle of 331.43º 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 #BC92A6 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 166 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.26 |
| HSL | 331.43º | 0.24% | 0.65% | - |
| HSV(B) | 331.43º | 0.22% | 0.74% | - |
| XYZ | 37.9 | 34 | 40.64 | - |
| YUV | 160.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 166 | 0 | 0.22 | 0.12 | 0.26 | 331.43 | 0.24 | 0.65 |
| Hex | BC | 92 | A6 | 0 | 16 | C | 1A | 14B | 18 | 41 |
| Octal | 274 | 222 | 246 | 0 | 26 | 14 | 32 | 513 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10100110 | 0 | 10110 | 1100 | 11010 | 101001011 | 11000 | 1000001 |
Color Harmonies of #BC92A6
Complementary color
Monochromatic Colors of #BC92A6
Black with #BC92A6
Text Example
Text Example
White with #BC92A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92A6; }
p { color: rgb(188,146,166); }
H1.HeaderClassName
{
color: #BC92A6;
}
.AnyTagClassName
{
color: #BC92A6;
}
</style>
background-color css
<style>
a { background-color: #BC92A6; }
a { background-color: rgb(188,146,166); }
div.DivClassName
{
background-color: #BC92A6;
}
.BgClassName
{
background-color: #BC92A6;
}
</style>
border-color css
<style>
span { border-color: #BC92A6; }
span { border-color: rgb(188,146,166); }
td.TdClassName
{
border-color: #BC92A6;
}
.TagClassName
{
border-color: #BC92A6;
}
</style>