Shades of Lily #BC8BA8
Tints of Lily #BC8BA8
RGB
CMYK
RGB Variations
Color information
#BC8BA8 (or 0xBC8BA8) is known color: Lily. HEX triplet: BC, 8B and A8. RGB value is (188,139,168). Sum of RGB (Red+Green+Blue) = 188+139+168=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BA8 is #437457. Grayscale: #9C9C9C. Windows color (decimal): -4420696 or 11045820. OLE color: 11045820.
HSL color Cylindrical-coordinate representation of color #BC8BA8: hue angle of 324.49º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8BA8 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 168 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.26 |
| HSL | 324.49º | 0.27% | 0.64% | - |
| HSV(B) | 324.49º | 0.26% | 0.74% | - |
| XYZ | 37.04 | 31.98 | 41.27 | - |
| YUV | 156.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 168 | 0 | 0.26 | 0.11 | 0.26 | 324.49 | 0.27 | 0.64 |
| Hex | BC | 8B | A8 | 0 | 1A | B | 1A | 144 | 1B | 40 |
| Octal | 274 | 213 | 250 | 0 | 32 | 13 | 32 | 504 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10101000 | 0 | 11010 | 1011 | 11010 | 101000100 | 11011 | 1000000 |
Color Harmonies of #BC8BA8
Complementary color
Monochromatic Colors of #BC8BA8
Black with #BC8BA8
Text Example
Text Example
White with #BC8BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BA8; }
p { color: rgb(188,139,168); }
H1.HeaderClassName
{
color: #BC8BA8;
}
.AnyTagClassName
{
color: #BC8BA8;
}
</style>
background-color css
<style>
a { background-color: #BC8BA8; }
a { background-color: rgb(188,139,168); }
div.DivClassName
{
background-color: #BC8BA8;
}
.BgClassName
{
background-color: #BC8BA8;
}
</style>
border-color css
<style>
span { border-color: #BC8BA8; }
span { border-color: rgb(188,139,168); }
td.TdClassName
{
border-color: #BC8BA8;
}
.TagClassName
{
border-color: #BC8BA8;
}
</style>