Shades of Lily #BC93AB
Tints of Lily #BC93AB
RGB
CMYK
RGB Variations
Color information
#BC93AB (or 0xBC93AB) is known color: Lily. HEX triplet: BC, 93 and AB. RGB value is (188,147,171). Sum of RGB (Red+Green+Blue) = 188+147+171=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93AB is #436C54. Grayscale: #A1A1A1. Windows color (decimal): -4418645 or 11244476. OLE color: 11244476.
HSL color Cylindrical-coordinate representation of color #BC93AB: hue angle of 324.88º 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 #BC93AB is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 171 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.26 |
| HSL | 324.88º | 0.23% | 0.66% | - |
| HSV(B) | 324.88º | 0.22% | 0.74% | - |
| XYZ | 38.52 | 34.5 | 43.16 | - |
| YUV | 162 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 171 | 0 | 0.22 | 0.09 | 0.26 | 324.88 | 0.23 | 0.66 |
| Hex | BC | 93 | AB | 0 | 16 | 9 | 1A | 145 | 17 | 42 |
| Octal | 274 | 223 | 253 | 0 | 26 | 11 | 32 | 505 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10101011 | 0 | 10110 | 1001 | 11010 | 101000101 | 10111 | 1000010 |
Color Harmonies of #BC93AB
Complementary color
Monochromatic Colors of #BC93AB
Black with #BC93AB
Text Example
Text Example
White with #BC93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93AB; }
p { color: rgb(188,147,171); }
H1.HeaderClassName
{
color: #BC93AB;
}
.AnyTagClassName
{
color: #BC93AB;
}
</style>
background-color css
<style>
a { background-color: #BC93AB; }
a { background-color: rgb(188,147,171); }
div.DivClassName
{
background-color: #BC93AB;
}
.BgClassName
{
background-color: #BC93AB;
}
</style>
border-color css
<style>
span { border-color: #BC93AB; }
span { border-color: rgb(188,147,171); }
td.TdClassName
{
border-color: #BC93AB;
}
.TagClassName
{
border-color: #BC93AB;
}
</style>