#BE90C2

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

Shades of Lilac #BE90C2

Tints of Lilac #BE90C2

Color information

#BE90C2 (or 0xBE90C2) is unknown color: approx Lilac. HEX triplet: BE, 90 and C2. RGB value is (190,144,194). Sum of RGB (Red+Green+Blue) = 190+144+194=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE90C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90C2 is #416F3D. Grayscale: #A3A3A3. Windows color (decimal): -4288318 or 12751038. OLE color: 12751038.

HSL color Cylindrical-coordinate representation of color #BE90C2: hue angle of 295.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE90C2 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190144194-
CMYK0.020.2600.24
HSL295.2º29.07%66.27%-
HSV(B)295.2º25.77%76.08%-
XYZ40.9534.7955.6-
YUV163.45145.24146.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 194 (76.17% from 255) = 36.74%
R=35.98%
G=27.27%
B=36.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901441940.020.2600.24295.229.0766.27
HexBE90C221A0181271d42
Octal27622030223203044735102
Binary1011111010010000110000101011010011000100100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90C2; }

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

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

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

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

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

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

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

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