#BE94C2

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

Shades of Lilac #BE94C2

Tints of Lilac #BE94C2

Color information

#BE94C2 (or 0xBE94C2) is unknown color: approx Lilac. HEX triplet: BE, 94 and C2. RGB value is (190,148,194). Sum of RGB (Red+Green+Blue) = 190+148+194=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE94C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94C2 is #416B3D. Grayscale: #A5A5A5. Windows color (decimal): -4287294 or 12752062. OLE color: 12752062.

HSL color Cylindrical-coordinate representation of color #BE94C2: hue angle of 294.78º degrees, saturation: 0.27, 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 #BE94C2 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190148194-
CMYK0.020.2400.24
HSL294.78º27.38%67.06%-
HSV(B)294.78º23.71%76.08%-
XYZ41.5636.0255.8-
YUV165.8143.91145.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 194 (76.17% from 255) = 36.47%
R=35.71%
G=27.82%
B=36.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901481940.020.2400.24294.7827.3867.06
HexBE94C22180181271b43
Octal27622430223003044733103
Binary1011111010010100110000101011000011000100100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94C2; }

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

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

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

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

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

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

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

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