#BE8CC6

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

Shades of Lilac #BE8CC6

Tints of Lilac #BE8CC6

Color information

#BE8CC6 (or 0xBE8CC6) is unknown color: approx Lilac. HEX triplet: BE, 8C and C6. RGB value is (190,140,198). Sum of RGB (Red+Green+Blue) = 190+140+198=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE8CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CC6 is #417339. Grayscale: #A1A1A1. Windows color (decimal): -4289338 or 13012158. OLE color: 13012158.

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

Color convert

RGB190140198-
CMYK0.040.2900.22
HSL291.72º33.72%66.27%-
HSV(B)291.72º29.29%77.65%-
XYZ40.8133.7857.8-
YUV161.56148.56148.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 198 (77.73% from 255) = 37.5%
R=35.98%
G=26.52%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901401980.040.2900.22291.7233.7266.27
HexBE8CC641D0161242242
Octal27621430643502644442102
Binary101111101000110011000110100111010101101001001001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CC6; }

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

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

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

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

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

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

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

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