Html Css Color HEX #BEA0C1 Lilac

📋 copy color: '#BEA0C1'

red 190 ◦ green 160 ◦ blue 193

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

Shades of Lilac #BEA0C1

Tints of Lilac #BEA0C1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.47%

 BLUE value IS 193 (75.78% from 255) = 35.54%

R = 34.99%
G = 29.47%
B = 35.54%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEA0C1 (or 0xBEA0C1) is known color: Lilac. HEX triplet: BE, A0 and C1. RGB value is (190,160,193). Sum of RGB (Red+Green+Blue) = 190+160+193=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEA0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0C1 is #415F3E. Grayscale: #ACACAC. Windows color (decimal): -4284223 or 12689598. OLE color: 12689598.

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

Color convert

RGB 190 160 193 -
CMYK 0.02 0.17 0 0.24
HSL 294.55º 0.21% 0.69% -
HSV(B) 294.55º 0.17% 0.76% -
XYZ 43.43 39.94 55.87 -
YUV 172.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 190 160 193 0.02 0.17 0 0.24 294.55 0.21 0.69
Hex BE A0 C1 2 11 0 18 127 15 45
Octal 276 240 301 2 21 0 30 447 25 105
Binary 10111110 10100000 11000001 10 10001 0 11000 100100111 10101 1000101

Color Harmonies of #BEA0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0C1

Black with #BEA0C1

Text Example


Text Example

White with #BEA0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0C1; }

 p { color: rgb(190,160,193); }

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

background-color css

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

 a { background-color: rgb(190,160,193); }

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

border-color css

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

 span { border-color: rgb(190,160,193); }

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