Html Css Color HEX #BEA4BA Lilac

📋 copy color: '#BEA4BA'

red 190 ◦ green 164 ◦ blue 186

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

Shades of Lilac #BEA4BA

Tints of Lilac #BEA4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.37%

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

R = 35.19%
G = 30.37%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEA4BA (or 0xBEA4BA) is known color: Lilac. HEX triplet: BE, A4 and BA. RGB value is (190,164,186). Sum of RGB (Red+Green+Blue) = 190+164+186=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4BA is #415B45. Grayscale: #AEAEAE. Windows color (decimal): -4283206 or 12231870. OLE color: 12231870.

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

Color convert

RGB 190 164 186 -
CMYK 0 0.14 0.02 0.25
HSL 309.23º 0.17% 0.69% -
HSV(B) 309.23º 0.14% 0.75% -
XYZ 43.37 41.04 52.09 -
YUV 174.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 190 164 186 0 0.14 0.02 0.25 309.23 0.17 0.69
Hex BE A4 BA 0 E 2 19 135 11 45
Octal 276 244 272 0 16 2 31 465 21 105
Binary 10111110 10100100 10111010 0 1110 10 11001 100110101 10001 1000101

Color Harmonies of #BEA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4BA

Black with #BEA4BA

Text Example


Text Example

White with #BEA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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