Html Css Color HEX #BA8EBE Lilac

📋 copy color: '#BA8EBE'

red 186 ◦ green 142 ◦ blue 190

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

Shades of Lilac #BA8EBE

Tints of Lilac #BA8EBE

RGB

 RED value IS 186 (73.05% from 255) = 35.91%

 GREEN value IS 142 (55.86% from 255) = 27.41%

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 35.91%
G = 27.41%
B = 36.68%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA8EBE (or 0xBA8EBE) is known color: Lilac. HEX triplet: BA, 8E and BE. RGB value is (186,142,190). Sum of RGB (Red+Green+Blue) = 186+142+190=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EBE is #457141. Grayscale: #A0A0A0. Windows color (decimal): -4550978 or 12488378. OLE color: 12488378.

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

Color convert

RGB 186 142 190 -
CMYK 0.02 0.25 0 0.25
HSL 295º 0.27% 0.65% -
HSV(B) 295º 0.25% 0.75% -
XYZ 39.22 33.5 53.11 -
YUV 160.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 186 142 190 0.02 0.25 0 0.25 295 0.27 0.65
Hex BA 8E BE 2 19 0 19 127 1B 41
Octal 272 216 276 2 31 0 31 447 33 101
Binary 10111010 10001110 10111110 10 11001 0 11001 100100111 11011 1000001

Color Harmonies of #BA8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EBE

Black with #BA8EBE

Text Example


Text Example

White with #BA8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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