Html Css Color HEX #BEA0BA Lilac

📋 copy color: '#BEA0BA'

red 190 ◦ green 160 ◦ blue 186

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

Shades of Lilac #BEA0BA

Tints of Lilac #BEA0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 35.45%
G = 29.85%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEA0BA (or 0xBEA0BA) is known color: Lilac. HEX triplet: BE, A0 and BA. RGB value is (190,160,186). Sum of RGB (Red+Green+Blue) = 190+160+186=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0BA is #415F45. Grayscale: #ABABAB. Windows color (decimal): -4284230 or 12230846. OLE color: 12230846.

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

Color convert

RGB 190 160 186 -
CMYK 0 0.16 0.02 0.25
HSL 308º 0.19% 0.69% -
HSV(B) 308º 0.16% 0.75% -
XYZ 42.67 39.63 51.86 -
YUV 171.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 190 160 186 0 0.16 0.02 0.25 308 0.19 0.69
Hex BE A0 BA 0 10 2 19 134 13 45
Octal 276 240 272 0 20 2 31 464 23 105
Binary 10111110 10100000 10111010 0 10000 10 11001 100110100 10011 1000101

Color Harmonies of #BEA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0BA

Black with #BEA0BA

Text Example


Text Example

White with #BEA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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