#BA9AC1

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

Shades of Lola #BA9AC1

Tints of Lola #BA9AC1

Color information

#BA9AC1 (or 0xBA9AC1) is unknown color: approx Lola. HEX triplet: BA, 9A and C1. RGB value is (186,154,193). Sum of RGB (Red+Green+Blue) = 186+154+193=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA9AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AC1 is #45653E. Grayscale: #A7A7A7. Windows color (decimal): -4547903 or 12688058. OLE color: 12688058.

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

Color convert

RGB186154193-
CMYK0.040.2000.24
HSL289.23º23.93%68.04%-
HSV(B)289.23º20.21%75.69%-
XYZ41.4337.455.49-
YUV168.01142.1140.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=34.90%
G=28.89%
B=36.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861541930.040.2000.24289.2323.9368.04
HexBA9AC14140181211844
Octal27223230142403044130104
Binary10111010100110101100000110010100011000100100001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AC1; }

 p { color: rgb(186,154,193); }

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

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

 a { background-color: rgb(186,154,193); }

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

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

 span { border-color: rgb(186,154,193); }

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