Shades of Lily #BE9FAC
Tints of Lily #BE9FAC
RGB
CMYK
RGB Variations
Color information
#BE9FAC (or 0xBE9FAC) is known color: Lily. HEX triplet: BE, 9F and AC. RGB value is (190,159,172). Sum of RGB (Red+Green+Blue) = 190+159+172=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9FAC is #416053. Grayscale: #A9A9A9. Windows color (decimal): -4284500 or 11313086. OLE color: 11313086.
HSL color Cylindrical-coordinate representation of color #BE9FAC: hue angle of 334.84º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BE9FAC is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 159 | 172 | - |
CMYK | 0 | 0.16 | 0.09 | 0.25 |
HSL | 334.84º | 0.19% | 0.68% | - |
HSV(B) | 334.84º | 0.16% | 0.75% | - |
XYZ | 41.08 | 38.72 | 44.34 | - |
YUV | 169.75 | 129.27 | 142.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 159 | 172 | 0 | 0.16 | 0.09 | 0.25 | 334.84 | 0.19 | 0.68 |
Hex | BE | 9F | AC | 0 | 10 | 9 | 19 | 14F | 13 | 44 |
Octal | 276 | 237 | 254 | 0 | 20 | 11 | 31 | 517 | 23 | 104 |
Binary | 10111110 | 10011111 | 10101100 | 0 | 10000 | 1001 | 11001 | 101001111 | 10011 | 1000100 |
Color Harmonies of #BE9FAC
Complementary color
Monochromatic Colors of #BE9FAC
Black with #BE9FAC
Text Example
Text Example
White with #BE9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9FAC; }
p { color: rgb(190,159,172); }
H1.HeaderClassName
{
color: #BE9FAC;
}
.AnyTagClassName
{
color: #BE9FAC;
}
</style>
background-color css
<style>
a { background-color: #BE9FAC; }
a { background-color: rgb(190,159,172); }
div.DivClassName
{
background-color: #BE9FAC;
}
.BgClassName
{
background-color: #BE9FAC;
}
</style>
border-color css
<style>
span { border-color: #BE9FAC; }
span { border-color: rgb(190,159,172); }
td.TdClassName
{
border-color: #BE9FAC;
}
.TagClassName
{
border-color: #BE9FAC;
}
</style>