Shades of Lily #BC9FAC
Tints of Lily #BC9FAC
RGB
CMYK
RGB Variations
Color information
#BC9FAC (or 0xBC9FAC) is known color: Lily. HEX triplet: BC, 9F and AC. RGB value is (188,159,172). Sum of RGB (Red+Green+Blue) = 188+159+172=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAC is #436053. Grayscale: #A9A9A9. Windows color (decimal): -4415572 or 11313084. OLE color: 11313084.
HSL color Cylindrical-coordinate representation of color #BC9FAC: hue angle of 333.1º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FAC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 172 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.26 |
| HSL | 333.1º | 0.18% | 0.68% | - |
| HSV(B) | 333.1º | 0.15% | 0.74% | - |
| XYZ | 40.58 | 38.47 | 44.32 | - |
| YUV | 169.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 172 | 0 | 0.15 | 0.09 | 0.26 | 333.1 | 0.18 | 0.68 |
| Hex | BC | 9F | AC | 0 | F | 9 | 1A | 14D | 12 | 44 |
| Octal | 274 | 237 | 254 | 0 | 17 | 11 | 32 | 515 | 22 | 104 |
| Binary | 10111100 | 10011111 | 10101100 | 0 | 1111 | 1001 | 11010 | 101001101 | 10010 | 1000100 |
Color Harmonies of #BC9FAC
Complementary color
Monochromatic Colors of #BC9FAC
Black with #BC9FAC
Text Example
Text Example
White with #BC9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FAC; }
p { color: rgb(188,159,172); }
H1.HeaderClassName
{
color: #BC9FAC;
}
.AnyTagClassName
{
color: #BC9FAC;
}
</style>
background-color css
<style>
a { background-color: #BC9FAC; }
a { background-color: rgb(188,159,172); }
div.DivClassName
{
background-color: #BC9FAC;
}
.BgClassName
{
background-color: #BC9FAC;
}
</style>
border-color css
<style>
span { border-color: #BC9FAC; }
span { border-color: rgb(188,159,172); }
td.TdClassName
{
border-color: #BC9FAC;
}
.TagClassName
{
border-color: #BC9FAC;
}
</style>