Html Css Color HEX #BA97BC Lilac

📋 copy color: '#BA97BC'

red 186 ◦ green 151 ◦ blue 188

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

Shades of Lilac #BA97BC

Tints of Lilac #BA97BC

RGB

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

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

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

R = 35.43%
G = 28.76%
B = 35.81%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA97BC (or 0xBA97BC) is known color: Lilac. HEX triplet: BA, 97 and BC. RGB value is (186,151,188). Sum of RGB (Red+Green+Blue) = 186+151+188=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA97BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97BC is #456843. Grayscale: #A5A5A5. Windows color (decimal): -4548676 or 12359610. OLE color: 12359610.

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

Color convert

RGB 186 151 188 -
CMYK 0.01 0.20 0 0.26
HSL 296.76º 0.22% 0.66% -
HSV(B) 296.76º 0.2% 0.74% -
XYZ 40.39 36.2 52.44 -
YUV 165.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 186 151 188 0.01 0.20 0 0.26 296.76 0.22 0.66
Hex BA 97 BC 1 14 0 1A 129 16 42
Octal 272 227 274 1 24 0 32 451 26 102
Binary 10111010 10010111 10111100 1 10100 0 11010 100101001 10110 1000010

Color Harmonies of #BA97BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97BC

Black with #BA97BC

Text Example


Text Example

White with #BA97BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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