#BE90C6

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

Shades of Lilac #BE90C6

Tints of Lilac #BE90C6

Color information

#BE90C6 (or 0xBE90C6) is unknown color: approx Lilac. HEX triplet: BE, 90 and C6. RGB value is (190,144,198). Sum of RGB (Red+Green+Blue) = 190+144+198=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE90C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90C6 is #416F39. Grayscale: #A3A3A3. Windows color (decimal): -4288314 or 13013182. OLE color: 13013182.

HSL color Cylindrical-coordinate representation of color #BE90C6: hue angle of 291.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE90C6 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190144198-
CMYK0.040.2700.22
HSL291.11º32.14%67.06%-
HSV(B)291.11º27.27%77.65%-
XYZ41.434.9757.99-
YUV163.91147.24146.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 198 (77.73% from 255) = 37.22%
R=35.71%
G=27.07%
B=37.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901441980.040.2700.22291.1132.1467.06
HexBE90C641B0161232043
Octal27622030643302644340103
Binary101111101001000011000110100110110101101001000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90C6; }

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

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

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

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

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

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

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

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