Shades of Lily #BE93AF
Tints of Lily #BE93AF
RGB
CMYK
RGB Variations
Color information
#BE93AF (or 0xBE93AF) is known color: Lily. HEX triplet: BE, 93 and AF. RGB value is (190,147,175). Sum of RGB (Red+Green+Blue) = 190+147+175=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE93AF is #416C50. Grayscale: #A2A2A2. Windows color (decimal): -4287569 or 11506622. OLE color: 11506622.
HSL color Cylindrical-coordinate representation of color #BE93AF: hue angle of 320.93º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE93AF is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 175 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.25 |
| HSL | 320.93º | 0.25% | 0.66% | - |
| HSV(B) | 320.93º | 0.23% | 0.75% | - |
| XYZ | 39.41 | 34.91 | 45.22 | - |
| YUV | 163.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 175 | 0 | 0.23 | 0.08 | 0.25 | 320.93 | 0.25 | 0.66 |
| Hex | BE | 93 | AF | 0 | 17 | 8 | 19 | 141 | 19 | 42 |
| Octal | 276 | 223 | 257 | 0 | 27 | 10 | 31 | 501 | 31 | 102 |
| Binary | 10111110 | 10010011 | 10101111 | 0 | 10111 | 1000 | 11001 | 101000001 | 11001 | 1000010 |
Color Harmonies of #BE93AF
Complementary color
Monochromatic Colors of #BE93AF
Black with #BE93AF
Text Example
Text Example
White with #BE93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93AF; }
p { color: rgb(190,147,175); }
H1.HeaderClassName
{
color: #BE93AF;
}
.AnyTagClassName
{
color: #BE93AF;
}
</style>
background-color css
<style>
a { background-color: #BE93AF; }
a { background-color: rgb(190,147,175); }
div.DivClassName
{
background-color: #BE93AF;
}
.BgClassName
{
background-color: #BE93AF;
}
</style>
border-color css
<style>
span { border-color: #BE93AF; }
span { border-color: rgb(190,147,175); }
td.TdClassName
{
border-color: #BE93AF;
}
.TagClassName
{
border-color: #BE93AF;
}
</style>