Html Css Color HEX #BA94C0 Lilac

📋 copy color: '#BA94C0'

red 186 ◦ green 148 ◦ blue 192

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

Shades of Lilac #BA94C0

Tints of Lilac #BA94C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.5%

R = 35.36%
G = 28.14%
B = 36.5%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA94C0 (or 0xBA94C0) is known color: Lilac. HEX triplet: BA, 94 and C0. RGB value is (186,148,192). Sum of RGB (Red+Green+Blue) = 186+148+192=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA94C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94C0 is #456B3F. Grayscale: #A4A4A4. Windows color (decimal): -4549440 or 12620986. OLE color: 12620986.

HSL color Cylindrical-coordinate representation of color #BA94C0: hue angle of 291.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA94C0 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 148 192 -
CMYK 0.03 0.23 0 0.25
HSL 291.82º 0.26% 0.67% -
HSV(B) 291.82º 0.23% 0.75% -
XYZ 40.35 35.42 54.58 -
YUV 164.38 143.59 143.42 -
System Red Green Blue C M Y K H S L
Decimal 186 148 192 0.03 0.23 0 0.25 291.82 0.26 0.67
Hex BA 94 C0 3 17 0 19 124 1A 43
Octal 272 224 300 3 27 0 31 444 32 103
Binary 10111010 10010100 11000000 11 10111 0 11001 100100100 11010 1000011

Color Harmonies of #BA94C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA94C0

Black with #BA94C0

Text Example


Text Example

White with #BA94C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA94C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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