Html Css Color HEX #BEA0C0 Lilac

📋 copy color: '#BEA0C0'

red 190 ◦ green 160 ◦ blue 192

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

Shades of Lilac #BEA0C0

Tints of Lilac #BEA0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 35.06%
G = 29.52%
B = 35.42%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEA0C0 (or 0xBEA0C0) is known color: Lilac. HEX triplet: BE, A0 and C0. RGB value is (190,160,192). Sum of RGB (Red+Green+Blue) = 190+160+192=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0C0 is #415F3F. Grayscale: #ACACAC. Windows color (decimal): -4284224 or 12624062. OLE color: 12624062.

HSL color Cylindrical-coordinate representation of color #BEA0C0: hue angle of 296.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA0C0 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 192 -
CMYK 0.01 0.17 0 0.25
HSL 296.25º 0.2% 0.69% -
HSV(B) 296.25º 0.17% 0.75% -
XYZ 43.32 39.89 55.29 -
YUV 172.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 190 160 192 0.01 0.17 0 0.25 296.25 0.2 0.69
Hex BE A0 C0 1 11 0 19 128 14 45
Octal 276 240 300 1 21 0 31 450 24 105
Binary 10111110 10100000 11000000 1 10001 0 11001 100101000 10100 1000101

Color Harmonies of #BEA0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0C0

Black with #BEA0C0

Text Example


Text Example

White with #BEA0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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