#BA97C3

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

Shades of Lola #BA97C3

Tints of Lola #BA97C3

Color information

#BA97C3 (or 0xBA97C3) is unknown color: approx Lola. HEX triplet: BA, 97 and C3. RGB value is (186,151,195). Sum of RGB (Red+Green+Blue) = 186+151+195=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA97C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97C3 is #45683C. Grayscale: #A6A6A6. Windows color (decimal): -4548669 or 12818362. OLE color: 12818362.

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

Color convert

RGB186151195-
CMYK0.050.2300.24
HSL287.73º26.83%67.84%-
HSV(B)287.73º22.56%76.47%-
XYZ41.1736.5156.51-
YUV166.48144.1141.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=34.96%
G=28.38%
B=36.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861511950.050.2300.24287.7326.8367.84
HexBA97C35170181201b44
Octal27222730352703044033104
Binary10111010100101111100001110110111011000100100000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97C3; }

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

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

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

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

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

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

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

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