Shades of Lily #BC8CAB
Tints of Lily #BC8CAB
RGB
CMYK
RGB Variations
Color information
#BC8CAB (or 0xBC8CAB) is known color: Lily. HEX triplet: BC, 8C and AB. RGB value is (188,140,171). Sum of RGB (Red+Green+Blue) = 188+140+171=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CAB is #437354. Grayscale: #9D9D9D. Windows color (decimal): -4420437 or 11242684. OLE color: 11242684.
HSL color Cylindrical-coordinate representation of color #BC8CAB: hue angle of 321.25º degrees, saturation: 0.26, 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 #BC8CAB is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 171 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.26 |
| HSL | 321.25º | 0.26% | 0.64% | - |
| HSV(B) | 321.25º | 0.26% | 0.74% | - |
| XYZ | 37.47 | 32.39 | 42.8 | - |
| YUV | 157.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 171 | 0 | 0.26 | 0.09 | 0.26 | 321.25 | 0.26 | 0.64 |
| Hex | BC | 8C | AB | 0 | 1A | 9 | 1A | 141 | 1A | 40 |
| Octal | 274 | 214 | 253 | 0 | 32 | 11 | 32 | 501 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10101011 | 0 | 11010 | 1001 | 11010 | 101000001 | 11010 | 1000000 |
Color Harmonies of #BC8CAB
Complementary color
Monochromatic Colors of #BC8CAB
Black with #BC8CAB
Text Example
Text Example
White with #BC8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CAB; }
p { color: rgb(188,140,171); }
H1.HeaderClassName
{
color: #BC8CAB;
}
.AnyTagClassName
{
color: #BC8CAB;
}
</style>
background-color css
<style>
a { background-color: #BC8CAB; }
a { background-color: rgb(188,140,171); }
div.DivClassName
{
background-color: #BC8CAB;
}
.BgClassName
{
background-color: #BC8CAB;
}
</style>
border-color css
<style>
span { border-color: #BC8CAB; }
span { border-color: rgb(188,140,171); }
td.TdClassName
{
border-color: #BC8CAB;
}
.TagClassName
{
border-color: #BC8CAB;
}
</style>