Shades of Lily #BC8BAB
Tints of Lily #BC8BAB
RGB
CMYK
RGB Variations
Color information
#BC8BAB (or 0xBC8BAB) is known color: Lily. HEX triplet: BC, 8B and AB. RGB value is (188,139,171). Sum of RGB (Red+Green+Blue) = 188+139+171=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BAB is #437454. Grayscale: #9D9D9D. Windows color (decimal): -4420693 or 11242428. OLE color: 11242428.
HSL color Cylindrical-coordinate representation of color #BC8BAB: hue angle of 320.82º 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 #BC8BAB is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 171 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.26 |
| HSL | 320.82º | 0.27% | 0.64% | - |
| HSV(B) | 320.82º | 0.26% | 0.74% | - |
| XYZ | 37.32 | 32.1 | 42.76 | - |
| YUV | 157.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 171 | 0 | 0.26 | 0.09 | 0.26 | 320.82 | 0.27 | 0.64 |
| Hex | BC | 8B | AB | 0 | 1A | 9 | 1A | 141 | 1B | 40 |
| Octal | 274 | 213 | 253 | 0 | 32 | 11 | 32 | 501 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10101011 | 0 | 11010 | 1001 | 11010 | 101000001 | 11011 | 1000000 |
Color Harmonies of #BC8BAB
Complementary color
Monochromatic Colors of #BC8BAB
Black with #BC8BAB
Text Example
Text Example
White with #BC8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BAB; }
p { color: rgb(188,139,171); }
H1.HeaderClassName
{
color: #BC8BAB;
}
.AnyTagClassName
{
color: #BC8BAB;
}
</style>
background-color css
<style>
a { background-color: #BC8BAB; }
a { background-color: rgb(188,139,171); }
div.DivClassName
{
background-color: #BC8BAB;
}
.BgClassName
{
background-color: #BC8BAB;
}
</style>
border-color css
<style>
span { border-color: #BC8BAB; }
span { border-color: rgb(188,139,171); }
td.TdClassName
{
border-color: #BC8BAB;
}
.TagClassName
{
border-color: #BC8BAB;
}
</style>