Shades of Lily #BC93A7
Tints of Lily #BC93A7
RGB
CMYK
RGB Variations
Color information
#BC93A7 (or 0xBC93A7) is known color: Lily. HEX triplet: BC, 93 and A7. RGB value is (188,147,167). Sum of RGB (Red+Green+Blue) = 188+147+167=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93A7 is #436C58. Grayscale: #A1A1A1. Windows color (decimal): -4418649 or 10982332. OLE color: 10982332.
HSL color Cylindrical-coordinate representation of color #BC93A7: hue angle of 330.73º 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 #BC93A7 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 167 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.26 |
| HSL | 330.73º | 0.23% | 0.66% | - |
| HSV(B) | 330.73º | 0.22% | 0.74% | - |
| XYZ | 38.15 | 34.35 | 41.18 | - |
| YUV | 161.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 167 | 0 | 0.22 | 0.11 | 0.26 | 330.73 | 0.23 | 0.66 |
| Hex | BC | 93 | A7 | 0 | 16 | B | 1A | 14B | 17 | 42 |
| Octal | 274 | 223 | 247 | 0 | 26 | 13 | 32 | 513 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10100111 | 0 | 10110 | 1011 | 11010 | 101001011 | 10111 | 1000010 |
Color Harmonies of #BC93A7
Complementary color
Monochromatic Colors of #BC93A7
Black with #BC93A7
Text Example
Text Example
White with #BC93A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93A7; }
p { color: rgb(188,147,167); }
H1.HeaderClassName
{
color: #BC93A7;
}
.AnyTagClassName
{
color: #BC93A7;
}
</style>
background-color css
<style>
a { background-color: #BC93A7; }
a { background-color: rgb(188,147,167); }
div.DivClassName
{
background-color: #BC93A7;
}
.BgClassName
{
background-color: #BC93A7;
}
</style>
border-color css
<style>
span { border-color: #BC93A7; }
span { border-color: rgb(188,147,167); }
td.TdClassName
{
border-color: #BC93A7;
}
.TagClassName
{
border-color: #BC93A7;
}
</style>