Shades of Lily #BC8AAB
Tints of Lily #BC8AAB
RGB
CMYK
RGB Variations
Color information
#BC8AAB (or 0xBC8AAB) is known color: Lily. HEX triplet: BC, 8A and AB. RGB value is (188,138,171). Sum of RGB (Red+Green+Blue) = 188+138+171=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AAB is #437554. Grayscale: #9C9C9C. Windows color (decimal): -4420949 or 11242172. OLE color: 11242172.
HSL color Cylindrical-coordinate representation of color #BC8AAB: hue angle of 320.4º 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 #BC8AAB is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 171 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.26 |
| HSL | 320.4º | 0.27% | 0.64% | - |
| HSV(B) | 320.4º | 0.27% | 0.74% | - |
| XYZ | 37.18 | 31.81 | 42.71 | - |
| YUV | 156.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 171 | 0 | 0.27 | 0.09 | 0.26 | 320.4 | 0.27 | 0.64 |
| Hex | BC | 8A | AB | 0 | 1B | 9 | 1A | 140 | 1B | 40 |
| Octal | 274 | 212 | 253 | 0 | 33 | 11 | 32 | 500 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10101011 | 0 | 11011 | 1001 | 11010 | 101000000 | 11011 | 1000000 |
Color Harmonies of #BC8AAB
Complementary color
Monochromatic Colors of #BC8AAB
Black with #BC8AAB
Text Example
Text Example
White with #BC8AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AAB; }
p { color: rgb(188,138,171); }
H1.HeaderClassName
{
color: #BC8AAB;
}
.AnyTagClassName
{
color: #BC8AAB;
}
</style>
background-color css
<style>
a { background-color: #BC8AAB; }
a { background-color: rgb(188,138,171); }
div.DivClassName
{
background-color: #BC8AAB;
}
.BgClassName
{
background-color: #BC8AAB;
}
</style>
border-color css
<style>
span { border-color: #BC8AAB; }
span { border-color: rgb(188,138,171); }
td.TdClassName
{
border-color: #BC8AAB;
}
.TagClassName
{
border-color: #BC8AAB;
}
</style>