Shades of Lily #BC8AAC
Tints of Lily #BC8AAC
RGB
CMYK
RGB Variations
Color information
#BC8AAC (or 0xBC8AAC) is known color: Lily. HEX triplet: BC, 8A and AC. RGB value is (188,138,172). Sum of RGB (Red+Green+Blue) = 188+138+172=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AAC is #437553. Grayscale: #9C9C9C. Windows color (decimal): -4420948 or 11307708. OLE color: 11307708.
HSL color Cylindrical-coordinate representation of color #BC8AAC: hue angle of 319.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8AAC is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 172 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.26 |
| HSL | 319.2º | 0.27% | 0.64% | - |
| HSV(B) | 319.2º | 0.27% | 0.74% | - |
| XYZ | 37.27 | 31.85 | 43.21 | - |
| YUV | 156.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 172 | 0 | 0.27 | 0.09 | 0.26 | 319.2 | 0.27 | 0.64 |
| Hex | BC | 8A | AC | 0 | 1B | 9 | 1A | 13F | 1B | 40 |
| Octal | 274 | 212 | 254 | 0 | 33 | 11 | 32 | 477 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10101100 | 0 | 11011 | 1001 | 11010 | 100111111 | 11011 | 1000000 |
Color Harmonies of #BC8AAC
Complementary color
Monochromatic Colors of #BC8AAC
Black with #BC8AAC
Text Example
Text Example
White with #BC8AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AAC; }
p { color: rgb(188,138,172); }
H1.HeaderClassName
{
color: #BC8AAC;
}
.AnyTagClassName
{
color: #BC8AAC;
}
</style>
background-color css
<style>
a { background-color: #BC8AAC; }
a { background-color: rgb(188,138,172); }
div.DivClassName
{
background-color: #BC8AAC;
}
.BgClassName
{
background-color: #BC8AAC;
}
</style>
border-color css
<style>
span { border-color: #BC8AAC; }
span { border-color: rgb(188,138,172); }
td.TdClassName
{
border-color: #BC8AAC;
}
.TagClassName
{
border-color: #BC8AAC;
}
</style>