#BE94C3

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

Shades of Lilac #BE94C3

Tints of Lilac #BE94C3

Color information

#BE94C3 (or 0xBE94C3) is unknown color: approx Lilac. HEX triplet: BE, 94 and C3. RGB value is (190,148,195). Sum of RGB (Red+Green+Blue) = 190+148+195=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE94C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94C3 is #416B3C. Grayscale: #A5A5A5. Windows color (decimal): -4287293 or 12817598. OLE color: 12817598.

HSL color Cylindrical-coordinate representation of color #BE94C3: hue angle of 293.62º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE94C3 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190148195-
CMYK0.030.2400.24
HSL293.62º28.14%67.25%-
HSV(B)293.62º24.1%76.47%-
XYZ41.6836.0756.39-
YUV165.92144.41145.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=35.65%
G=27.77%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901481950.030.2400.24293.6228.1467.25
HexBE94C33180181261c43
Octal27622430333003044634103
Binary1011111010010100110000111111000011000100100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94C3; }

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

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

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

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

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

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

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

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