Shades of Lily #BE8FAC
Tints of Lily #BE8FAC
RGB
CMYK
RGB Variations
Color information
#BE8FAC (or 0xBE8FAC) is known color: Lily. HEX triplet: BE, 8F and AC. RGB value is (190,143,172). Sum of RGB (Red+Green+Blue) = 190+143+172=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8FAC is #417053. Grayscale: #A0A0A0. Windows color (decimal): -4288596 or 11308990. OLE color: 11308990.
HSL color Cylindrical-coordinate representation of color #BE8FAC: hue angle of 322.98º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE8FAC is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 143 | 172 | - |
CMYK | 0 | 0.25 | 0.09 | 0.25 |
HSL | 322.98º | 0.27% | 0.65% | - |
HSV(B) | 322.98º | 0.25% | 0.75% | - |
XYZ | 38.5 | 33.57 | 43.48 | - |
YUV | 160.36 | 134.57 | 149.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 143 | 172 | 0 | 0.25 | 0.09 | 0.25 | 322.98 | 0.27 | 0.65 |
Hex | BE | 8F | AC | 0 | 19 | 9 | 19 | 143 | 1B | 41 |
Octal | 276 | 217 | 254 | 0 | 31 | 11 | 31 | 503 | 33 | 101 |
Binary | 10111110 | 10001111 | 10101100 | 0 | 11001 | 1001 | 11001 | 101000011 | 11011 | 1000001 |
Color Harmonies of #BE8FAC
Complementary color
Monochromatic Colors of #BE8FAC
Black with #BE8FAC
Text Example
Text Example
White with #BE8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FAC; }
p { color: rgb(190,143,172); }
H1.HeaderClassName
{
color: #BE8FAC;
}
.AnyTagClassName
{
color: #BE8FAC;
}
</style>
background-color css
<style>
a { background-color: #BE8FAC; }
a { background-color: rgb(190,143,172); }
div.DivClassName
{
background-color: #BE8FAC;
}
.BgClassName
{
background-color: #BE8FAC;
}
</style>
border-color css
<style>
span { border-color: #BE8FAC; }
span { border-color: rgb(190,143,172); }
td.TdClassName
{
border-color: #BE8FAC;
}
.TagClassName
{
border-color: #BE8FAC;
}
</style>