Html Css Color HEX #BEA5BA Lilac

📋 copy color: '#BEA5BA'

red 190 ◦ green 165 ◦ blue 186

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

Shades of Lilac #BEA5BA

Tints of Lilac #BEA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

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

R = 35.12%
G = 30.5%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEA5BA (or 0xBEA5BA) is known color: Lilac. HEX triplet: BE, A5 and BA. RGB value is (190,165,186). Sum of RGB (Red+Green+Blue) = 190+165+186=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5BA is #415A45. Grayscale: #AEAEAE. Windows color (decimal): -4282950 or 12232126. OLE color: 12232126.

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

Color convert

RGB 190 165 186 -
CMYK 0 0.13 0.02 0.25
HSL 309.6º 0.16% 0.7% -
HSV(B) 309.6º 0.13% 0.75% -
XYZ 43.55 41.4 52.15 -
YUV 174.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 190 165 186 0 0.13 0.02 0.25 309.6 0.16 0.7
Hex BE A5 BA 0 D 2 19 136 10 46
Octal 276 245 272 0 15 2 31 466 20 106
Binary 10111110 10100101 10111010 0 1101 10 11001 100110110 10000 1000110

Color Harmonies of #BEA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5BA

Black with #BEA5BA

Text Example


Text Example

White with #BEA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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