#BE90C4

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

Shades of Lilac #BE90C4

Tints of Lilac #BE90C4

Color information

#BE90C4 (or 0xBE90C4) is unknown color: approx Lilac. HEX triplet: BE, 90 and C4. RGB value is (190,144,196). Sum of RGB (Red+Green+Blue) = 190+144+196=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE90C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90C4 is #416F3B. Grayscale: #A3A3A3. Windows color (decimal): -4288316 or 12882110. OLE color: 12882110.

HSL color Cylindrical-coordinate representation of color #BE90C4: hue angle of 293.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE90C4 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190144196-
CMYK0.030.2700.23
HSL293.08º30.59%66.67%-
HSV(B)293.08º26.53%76.86%-
XYZ41.1734.8856.79-
YUV163.68146.24146.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=35.85%
G=27.17%
B=36.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901441960.030.2700.23293.0830.5966.67
HexBE90C431B0171251f43
Octal27622030433302744537103
Binary1011111010010000110001001111011010111100100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90C4; }

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

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

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

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

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

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

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

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