Html Css Color HEX #BA90BE Lilac

📋 copy color: '#BA90BE'

red 186 ◦ green 144 ◦ blue 190

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

Shades of Lilac #BA90BE

Tints of Lilac #BA90BE

RGB

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

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

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

R = 35.77%
G = 27.69%
B = 36.54%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA90BE (or 0xBA90BE) is known color: Lilac. HEX triplet: BA, 90 and BE. RGB value is (186,144,190). Sum of RGB (Red+Green+Blue) = 186+144+190=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90BE is #456F41. Grayscale: #A1A1A1. Windows color (decimal): -4550466 or 12488890. OLE color: 12488890.

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

Color convert

RGB 186 144 190 -
CMYK 0.02 0.24 0 0.25
HSL 294.78º 0.26% 0.65% -
HSV(B) 294.78º 0.24% 0.75% -
XYZ 39.52 34.1 53.22 -
YUV 161.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 186 144 190 0.02 0.24 0 0.25 294.78 0.26 0.65
Hex BA 90 BE 2 18 0 19 127 1A 41
Octal 272 220 276 2 30 0 31 447 32 101
Binary 10111010 10010000 10111110 10 11000 0 11001 100100111 11010 1000001

Color Harmonies of #BA90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90BE

Black with #BA90BE

Text Example


Text Example

White with #BA90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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