Html Css Color HEX #BE86C2 Lilac

📋 copy color: '#BE86C2'

red 190 ◦ green 134 ◦ blue 194

#BE86C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #BE86C2

Tints of Lilac #BE86C2

RGB

 RED value IS 190 (74.61% from 255) = 36.68%

 GREEN value IS 134 (52.73% from 255) = 25.87%

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 36.68%
G = 25.87%
B = 37.45%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE86C2 (or 0xBE86C2) is known color: Lilac. HEX triplet: BE, 86 and C2. RGB value is (190,134,194). Sum of RGB (Red+Green+Blue) = 190+134+194=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE86C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86C2 is #41793D. Grayscale: #9D9D9D. Windows color (decimal): -4290878 or 12748478. OLE color: 12748478.

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

Color convert

RGB 190 134 194 -
CMYK 0.02 0.31 0 0.24
HSL 296º 0.33% 0.64% -
HSV(B) 296º 0.31% 0.76% -
XYZ 39.5 31.89 55.11 -
YUV 157.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 190 134 194 0.02 0.31 0 0.24 296 0.33 0.64
Hex BE 86 C2 2 1F 0 18 128 21 40
Octal 276 206 302 2 37 0 30 450 41 100
Binary 10111110 10000110 11000010 10 11111 0 11000 100101000 100001 1000000

Color Harmonies of #BE86C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86C2

Black with #BE86C2

Text Example


Text Example

White with #BE86C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86C2; }

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

 H1.HeaderClassName
 {
   color: #BE86C2;
 }
 .AnyTagClassName
 {
   color: #BE86C2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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