Shades of Lily #BC8DAA
Tints of Lily #BC8DAA
RGB
CMYK
RGB Variations
Color information
#BC8DAA (or 0xBC8DAA) is known color: Lily. HEX triplet: BC, 8D and AA. RGB value is (188,141,170). Sum of RGB (Red+Green+Blue) = 188+141+170=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAA is #437255. Grayscale: #9E9E9E. Windows color (decimal): -4420182 or 11177404. OLE color: 11177404.
HSL color Cylindrical-coordinate representation of color #BC8DAA: hue angle of 322.98º 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 #BC8DAA is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 170 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.26 |
| HSL | 322.98º | 0.26% | 0.65% | - |
| HSV(B) | 322.98º | 0.25% | 0.74% | - |
| XYZ | 37.52 | 32.64 | 42.35 | - |
| YUV | 158.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 170 | 0 | 0.25 | 0.10 | 0.26 | 322.98 | 0.26 | 0.65 |
| Hex | BC | 8D | AA | 0 | 19 | A | 1A | 143 | 1A | 41 |
| Octal | 274 | 215 | 252 | 0 | 31 | 12 | 32 | 503 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10101010 | 0 | 11001 | 1010 | 11010 | 101000011 | 11010 | 1000001 |
Color Harmonies of #BC8DAA
Complementary color
Monochromatic Colors of #BC8DAA
Black with #BC8DAA
Text Example
Text Example
White with #BC8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DAA; }
p { color: rgb(188,141,170); }
H1.HeaderClassName
{
color: #BC8DAA;
}
.AnyTagClassName
{
color: #BC8DAA;
}
</style>
background-color css
<style>
a { background-color: #BC8DAA; }
a { background-color: rgb(188,141,170); }
div.DivClassName
{
background-color: #BC8DAA;
}
.BgClassName
{
background-color: #BC8DAA;
}
</style>
border-color css
<style>
span { border-color: #BC8DAA; }
span { border-color: rgb(188,141,170); }
td.TdClassName
{
border-color: #BC8DAA;
}
.TagClassName
{
border-color: #BC8DAA;
}
</style>