Html Css Color HEX #BA93BC Lilac

📋 copy color: '#BA93BC'

red 186 ◦ green 147 ◦ blue 188

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

Shades of Lilac #BA93BC

Tints of Lilac #BA93BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.21%

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 35.7%
G = 28.21%
B = 36.08%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA93BC (or 0xBA93BC) is known color: Lilac. HEX triplet: BA, 93 and BC. RGB value is (186,147,188). Sum of RGB (Red+Green+Blue) = 186+147+188=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93BC is #456C43. Grayscale: #A3A3A3. Windows color (decimal): -4549700 or 12358586. OLE color: 12358586.

HSL color Cylindrical-coordinate representation of color #BA93BC: hue angle of 297.07º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA93BC is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 147 188 -
CMYK 0.01 0.22 0 0.26
HSL 297.07º 0.23% 0.66% -
HSV(B) 297.07º 0.22% 0.74% -
XYZ 39.76 34.94 52.22 -
YUV 163.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 186 147 188 0.01 0.22 0 0.26 297.07 0.23 0.66
Hex BA 93 BC 1 16 0 1A 129 17 42
Octal 272 223 274 1 26 0 32 451 27 102
Binary 10111010 10010011 10111100 1 10110 0 11010 100101001 10111 1000010

Color Harmonies of #BA93BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93BC

Black with #BA93BC

Text Example


Text Example

White with #BA93BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93BC; }

 p { color: rgb(186,147,188); }

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

background-color css

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

 a { background-color: rgb(186,147,188); }

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

border-color css

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

 span { border-color: rgb(186,147,188); }

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