Shades of Lily #BC93A6
Tints of Lily #BC93A6
RGB
CMYK
RGB Variations
Color information
#BC93A6 (or 0xBC93A6) is known color: Lily. HEX triplet: BC, 93 and A6. RGB value is (188,147,166). Sum of RGB (Red+Green+Blue) = 188+147+166=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93A6 is #436C59. Grayscale: #A1A1A1. Windows color (decimal): -4418650 or 10916796. OLE color: 10916796.
HSL color Cylindrical-coordinate representation of color #BC93A6: hue angle of 332.2º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC93A6 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 166 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.26 |
| HSL | 332.2º | 0.23% | 0.66% | - |
| HSV(B) | 332.2º | 0.22% | 0.74% | - |
| XYZ | 38.06 | 34.31 | 40.69 | - |
| YUV | 161.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 166 | 0 | 0.22 | 0.12 | 0.26 | 332.2 | 0.23 | 0.66 |
| Hex | BC | 93 | A6 | 0 | 16 | C | 1A | 14C | 17 | 42 |
| Octal | 274 | 223 | 246 | 0 | 26 | 14 | 32 | 514 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10100110 | 0 | 10110 | 1100 | 11010 | 101001100 | 10111 | 1000010 |
Color Harmonies of #BC93A6
Complementary color
Monochromatic Colors of #BC93A6
Black with #BC93A6
Text Example
Text Example
White with #BC93A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93A6; }
p { color: rgb(188,147,166); }
H1.HeaderClassName
{
color: #BC93A6;
}
.AnyTagClassName
{
color: #BC93A6;
}
</style>
background-color css
<style>
a { background-color: #BC93A6; }
a { background-color: rgb(188,147,166); }
div.DivClassName
{
background-color: #BC93A6;
}
.BgClassName
{
background-color: #BC93A6;
}
</style>
border-color css
<style>
span { border-color: #BC93A6; }
span { border-color: rgb(188,147,166); }
td.TdClassName
{
border-color: #BC93A6;
}
.TagClassName
{
border-color: #BC93A6;
}
</style>