#BA97BF

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

Shades of Lola #BA97BF

Tints of Lola #BA97BF

Color information

#BA97BF (or 0xBA97BF) is unknown color: approx Lola. HEX triplet: BA, 97 and BF. RGB value is (186,151,191). Sum of RGB (Red+Green+Blue) = 186+151+191=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA97BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97BF is #456840. Grayscale: #A5A5A5. Windows color (decimal): -4548673 or 12556218. OLE color: 12556218.

HSL color Cylindrical-coordinate representation of color #BA97BF: hue angle of 292.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA97BF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186151191-
CMYK0.030.2100.25
HSL292.5º23.81%67.06%-
HSV(B)292.5º20.94%74.9%-
XYZ40.7236.3354.16-
YUV166.02142.1142.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 191 (75% from 255) = 36.17%
R=35.23%
G=28.60%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861511910.030.2100.25292.523.8167.06
HexBA97BF3150191241843
Octal27222727732503144430103
Binary1011101010010111101111111110101011001100100100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97BF; }

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

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

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

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

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

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

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

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