Shades of Lily #BC8FAB
Tints of Lily #BC8FAB
RGB
CMYK
RGB Variations
Color information
#BC8FAB (or 0xBC8FAB) is known color: Lily. HEX triplet: BC, 8F and AB. RGB value is (188,143,171). Sum of RGB (Red+Green+Blue) = 188+143+171=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FAB is #437054. Grayscale: #9F9F9F. Windows color (decimal): -4419669 or 11243452. OLE color: 11243452.
HSL color Cylindrical-coordinate representation of color #BC8FAB: hue angle of 322.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FAB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 171 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.26 |
| HSL | 322.67º | 0.25% | 0.65% | - |
| HSV(B) | 322.67º | 0.24% | 0.74% | - |
| XYZ | 37.91 | 33.28 | 42.95 | - |
| YUV | 159.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 171 | 0 | 0.24 | 0.09 | 0.26 | 322.67 | 0.25 | 0.65 |
| Hex | BC | 8F | AB | 0 | 18 | 9 | 1A | 143 | 19 | 41 |
| Octal | 274 | 217 | 253 | 0 | 30 | 11 | 32 | 503 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10101011 | 0 | 11000 | 1001 | 11010 | 101000011 | 11001 | 1000001 |
Color Harmonies of #BC8FAB
Complementary color
Monochromatic Colors of #BC8FAB
Black with #BC8FAB
Text Example
Text Example
White with #BC8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FAB; }
p { color: rgb(188,143,171); }
H1.HeaderClassName
{
color: #BC8FAB;
}
.AnyTagClassName
{
color: #BC8FAB;
}
</style>
background-color css
<style>
a { background-color: #BC8FAB; }
a { background-color: rgb(188,143,171); }
div.DivClassName
{
background-color: #BC8FAB;
}
.BgClassName
{
background-color: #BC8FAB;
}
</style>
border-color css
<style>
span { border-color: #BC8FAB; }
span { border-color: rgb(188,143,171); }
td.TdClassName
{
border-color: #BC8FAB;
}
.TagClassName
{
border-color: #BC8FAB;
}
</style>