#BE94BF

Color #BE94BF Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #BE94BF

Tints of Lilac #BE94BF

Color information

#BE94BF (or 0xBE94BF) is unknown color: approx Lilac. HEX triplet: BE, 94 and BF. RGB value is (190,148,191). Sum of RGB (Red+Green+Blue) = 190+148+191=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94BF is #416B40. Grayscale: #A5A5A5. Windows color (decimal): -4287297 or 12555454. OLE color: 12555454.

HSL color Cylindrical-coordinate representation of color #BE94BF: hue angle of 298.6º 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 #BE94BF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190148191-
CMYK0.010.2300.25
HSL298.6º25.15%66.47%-
HSV(B)298.6º22.51%74.9%-
XYZ41.2335.8954.04-
YUV165.46142.41145.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 191 (75% from 255) = 36.11%
R=35.92%
G=27.98%
B=36.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901481910.010.2300.25298.625.1566.47
HexBE94BF11701912b1942
Octal27622427712703145331102
Binary101111101001010010111111110111011001100101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94BF; }

 p { color: rgb(190,148,191); }

 H1.HeaderClassName
 {
   color: #BE94BF;
 }
 .AnyTagClassName
 {
   color: #BE94BF;
 }
</style>
background-color css

<style>
 a { background-color: #BE94BF; }

 a { background-color: rgb(190,148,191); }

 div.DivClassName
 {
   background-color: #BE94BF;
 }
 .BgClassName
 {
   background-color: #BE94BF;
 }
</style>
border-color css

<style>
 span { border-color: #BE94BF; }

 span { border-color: rgb(190,148,191); }

 td.TdClassName
 {
   border-color: #BE94BF;
 }
 .TagClassName
 {
   border-color: #BE94BF;
 }
</style>