#BA97C2

Color #BA97C2 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BA97C2

Tints of Lola #BA97C2

Color information

#BA97C2 (or 0xBA97C2) is unknown color: approx Lola. HEX triplet: BA, 97 and C2. RGB value is (186,151,194). Sum of RGB (Red+Green+Blue) = 186+151+194=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA97C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97C2 is #45683D. Grayscale: #A6A6A6. Windows color (decimal): -4548670 or 12752826. OLE color: 12752826.

HSL color Cylindrical-coordinate representation of color #BA97C2: hue angle of 288.84º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA97C2 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186151194-
CMYK0.040.2200.24
HSL288.84º26.06%67.65%-
HSV(B)288.84º22.16%76.08%-
XYZ41.0536.4755.91-
YUV166.37143.6142-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=35.03%
G=28.44%
B=36.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861511940.040.2200.24288.8426.0667.65
HexBA97C24160181211a44
Octal27222730242603044132104
Binary10111010100101111100001010010110011000100100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97C2; }

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

 H1.HeaderClassName
 {
   color: #BA97C2;
 }
 .AnyTagClassName
 {
   color: #BA97C2;
 }
</style>
background-color css

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

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

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

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

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

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