Html Css Color HEX #BA94BE Lilac

📋 copy color: '#BA94BE'

red 186 ◦ green 148 ◦ blue 190

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

Shades of Lilac #BA94BE

Tints of Lilac #BA94BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

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

R = 35.5%
G = 28.24%
B = 36.26%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA94BE (or 0xBA94BE) is known color: Lilac. HEX triplet: BA, 94 and BE. RGB value is (186,148,190). Sum of RGB (Red+Green+Blue) = 186+148+190=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94BE is #456B41. Grayscale: #A4A4A4. Windows color (decimal): -4549442 or 12489914. OLE color: 12489914.

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

Color convert

RGB 186 148 190 -
CMYK 0.02 0.22 0 0.25
HSL 294.29º 0.24% 0.66% -
HSV(B) 294.29º 0.22% 0.75% -
XYZ 40.13 35.34 53.42 -
YUV 164.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 186 148 190 0.02 0.22 0 0.25 294.29 0.24 0.66
Hex BA 94 BE 2 16 0 19 126 18 42
Octal 272 224 276 2 26 0 31 446 30 102
Binary 10111010 10010100 10111110 10 10110 0 11001 100100110 11000 1000010

Color Harmonies of #BA94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA94BE

Black with #BA94BE

Text Example


Text Example

White with #BA94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA94BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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