Shades of Lily #BC93AD
Tints of Lily #BC93AD
RGB
CMYK
RGB Variations
Color information
#BC93AD (or 0xBC93AD) is known color: Lily. HEX triplet: BC, 93 and AD. RGB value is (188,147,173). Sum of RGB (Red+Green+Blue) = 188+147+173=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93AD is #436C52. Grayscale: #A2A2A2. Windows color (decimal): -4418643 or 11375548. OLE color: 11375548.
HSL color Cylindrical-coordinate representation of color #BC93AD: hue angle of 321.95º 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 #BC93AD is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 173 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.26 |
| HSL | 321.95º | 0.23% | 0.66% | - |
| HSV(B) | 321.95º | 0.22% | 0.74% | - |
| XYZ | 38.72 | 34.58 | 44.17 | - |
| YUV | 162.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 173 | 0 | 0.22 | 0.08 | 0.26 | 321.95 | 0.23 | 0.66 |
| Hex | BC | 93 | AD | 0 | 16 | 8 | 1A | 142 | 17 | 42 |
| Octal | 274 | 223 | 255 | 0 | 26 | 10 | 32 | 502 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10101101 | 0 | 10110 | 1000 | 11010 | 101000010 | 10111 | 1000010 |
Color Harmonies of #BC93AD
Complementary color
Monochromatic Colors of #BC93AD
Black with #BC93AD
Text Example
Text Example
White with #BC93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93AD; }
p { color: rgb(188,147,173); }
H1.HeaderClassName
{
color: #BC93AD;
}
.AnyTagClassName
{
color: #BC93AD;
}
</style>
background-color css
<style>
a { background-color: #BC93AD; }
a { background-color: rgb(188,147,173); }
div.DivClassName
{
background-color: #BC93AD;
}
.BgClassName
{
background-color: #BC93AD;
}
</style>
border-color css
<style>
span { border-color: #BC93AD; }
span { border-color: rgb(188,147,173); }
td.TdClassName
{
border-color: #BC93AD;
}
.TagClassName
{
border-color: #BC93AD;
}
</style>