Html Css Color HEX #BA97BB Lilac

📋 copy color: '#BA97BB'

red 186 ◦ green 151 ◦ blue 187

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

Shades of Lilac #BA97BB

Tints of Lilac #BA97BB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.82%

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 35.5%
G = 28.82%
B = 35.69%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA97BB (or 0xBA97BB) is known color: Lilac. HEX triplet: BA, 97 and BB. RGB value is (186,151,187). Sum of RGB (Red+Green+Blue) = 186+151+187=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA97BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97BB is #456844. Grayscale: #A5A5A5. Windows color (decimal): -4548677 or 12294074. OLE color: 12294074.

HSL color Cylindrical-coordinate representation of color #BA97BB: hue angle of 298.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA97BB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 187 -
CMYK 0.01 0.19 0 0.27
HSL 298.33º 0.21% 0.66% -
HSV(B) 298.33º 0.19% 0.73% -
XYZ 40.29 36.16 51.87 -
YUV 165.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 186 151 187 0.01 0.19 0 0.27 298.33 0.21 0.66
Hex BA 97 BB 1 13 0 1B 12A 15 42
Octal 272 227 273 1 23 0 33 452 25 102
Binary 10111010 10010111 10111011 1 10011 0 11011 100101010 10101 1000010

Color Harmonies of #BA97BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97BB

Black with #BA97BB

Text Example


Text Example

White with #BA97BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97BB; }

 p { color: rgb(186,151,187); }

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

background-color css

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

 a { background-color: rgb(186,151,187); }

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

border-color css

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

 span { border-color: rgb(186,151,187); }

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