Shades of Lily #BC8DAB
Tints of Lily #BC8DAB
RGB
CMYK
RGB Variations
Color information
#BC8DAB (or 0xBC8DAB) is known color: Lily. HEX triplet: BC, 8D and AB. RGB value is (188,141,171). Sum of RGB (Red+Green+Blue) = 188+141+171=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAB is #437254. Grayscale: #9E9E9E. Windows color (decimal): -4420181 or 11242940. OLE color: 11242940.
HSL color Cylindrical-coordinate representation of color #BC8DAB: hue angle of 321.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC8DAB is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 171 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.26 |
| HSL | 321.7º | 0.26% | 0.65% | - |
| HSV(B) | 321.7º | 0.25% | 0.74% | - |
| XYZ | 37.61 | 32.68 | 42.85 | - |
| YUV | 158.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 171 | 0 | 0.25 | 0.09 | 0.26 | 321.7 | 0.26 | 0.65 |
| Hex | BC | 8D | AB | 0 | 19 | 9 | 1A | 142 | 1A | 41 |
| Octal | 274 | 215 | 253 | 0 | 31 | 11 | 32 | 502 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10101011 | 0 | 11001 | 1001 | 11010 | 101000010 | 11010 | 1000001 |
Color Harmonies of #BC8DAB
Complementary color
Monochromatic Colors of #BC8DAB
Black with #BC8DAB
Text Example
Text Example
White with #BC8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DAB; }
p { color: rgb(188,141,171); }
H1.HeaderClassName
{
color: #BC8DAB;
}
.AnyTagClassName
{
color: #BC8DAB;
}
</style>
background-color css
<style>
a { background-color: #BC8DAB; }
a { background-color: rgb(188,141,171); }
div.DivClassName
{
background-color: #BC8DAB;
}
.BgClassName
{
background-color: #BC8DAB;
}
</style>
border-color css
<style>
span { border-color: #BC8DAB; }
span { border-color: rgb(188,141,171); }
td.TdClassName
{
border-color: #BC8DAB;
}
.TagClassName
{
border-color: #BC8DAB;
}
</style>