Html Css Color HEX #BA94BD Lilac

📋 copy color: '#BA94BD'

red 186 ◦ green 148 ◦ blue 189

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

Shades of Lilac #BA94BD

Tints of Lilac #BA94BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 35.56%
G = 28.3%
B = 36.14%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA94BD (or 0xBA94BD) is known color: Lilac. HEX triplet: BA, 94 and BD. RGB value is (186,148,189). Sum of RGB (Red+Green+Blue) = 186+148+189=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94BD is #456B42. Grayscale: #A3A3A3. Windows color (decimal): -4549443 or 12424378. OLE color: 12424378.

HSL color Cylindrical-coordinate representation of color #BA94BD: hue angle of 295.61º degrees, saturation: 0.24, 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 #BA94BD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 148 189 -
CMYK 0.02 0.22 0 0.26
HSL 295.61º 0.24% 0.66% -
HSV(B) 295.61º 0.22% 0.74% -
XYZ 40.02 35.29 52.85 -
YUV 164.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 186 148 189 0.02 0.22 0 0.26 295.61 0.24 0.66
Hex BA 94 BD 2 16 0 1A 128 18 42
Octal 272 224 275 2 26 0 32 450 30 102
Binary 10111010 10010100 10111101 10 10110 0 11010 100101000 11000 1000010

Color Harmonies of #BA94BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA94BD

Black with #BA94BD

Text Example


Text Example

White with #BA94BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA94BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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