Html Css Color HEX #BA91C0 Lilac

📋 copy color: '#BA91C0'

red 186 ◦ green 145 ◦ blue 192

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

Shades of Lilac #BA91C0

Tints of Lilac #BA91C0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.72%

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

R = 35.56%
G = 27.72%
B = 36.71%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA91C0 (or 0xBA91C0) is known color: Lilac. HEX triplet: BA, 91 and C0. RGB value is (186,145,192). Sum of RGB (Red+Green+Blue) = 186+145+192=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA91C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91C0 is #456E3F. Grayscale: #A2A2A2. Windows color (decimal): -4550208 or 12620218. OLE color: 12620218.

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

Color convert

RGB 186 145 192 -
CMYK 0.03 0.24 0 0.25
HSL 292.34º 0.27% 0.66% -
HSV(B) 292.34º 0.24% 0.75% -
XYZ 39.89 34.5 54.43 -
YUV 162.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 186 145 192 0.03 0.24 0 0.25 292.34 0.27 0.66
Hex BA 91 C0 3 18 0 19 124 1B 42
Octal 272 221 300 3 30 0 31 444 33 102
Binary 10111010 10010001 11000000 11 11000 0 11001 100100100 11011 1000010

Color Harmonies of #BA91C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA91C0

Black with #BA91C0

Text Example


Text Example

White with #BA91C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA91C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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