Html Css Color HEX #BA90BF Lilac

📋 copy color: '#BA90BF'

red 186 ◦ green 144 ◦ blue 191

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

Shades of Lilac #BA90BF

Tints of Lilac #BA90BF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.64%

 BLUE value IS 191 (75% from 255) = 36.66%

R = 35.7%
G = 27.64%
B = 36.66%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA90BF (or 0xBA90BF) is known color: Lilac. HEX triplet: BA, 90 and BF. RGB value is (186,144,191). Sum of RGB (Red+Green+Blue) = 186+144+191=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90BF is #456F40. Grayscale: #A1A1A1. Windows color (decimal): -4550465 or 12554426. OLE color: 12554426.

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

Color convert

RGB 186 144 191 -
CMYK 0.03 0.25 0 0.25
HSL 293.62º 0.27% 0.66% -
HSV(B) 293.62º 0.25% 0.75% -
XYZ 39.63 34.15 53.79 -
YUV 161.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 186 144 191 0.03 0.25 0 0.25 293.62 0.27 0.66
Hex BA 90 BF 3 19 0 19 126 1B 42
Octal 272 220 277 3 31 0 31 446 33 102
Binary 10111010 10010000 10111111 11 11001 0 11001 100100110 11011 1000010

Color Harmonies of #BA90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90BF

Black with #BA90BF

Text Example


Text Example

White with #BA90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90BF; }

 p { color: rgb(186,144,191); }

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

background-color css

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

 a { background-color: rgb(186,144,191); }

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

border-color css

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

 span { border-color: rgb(186,144,191); }

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