#BA9AC3

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

Shades of Lola #BA9AC3

Tints of Lola #BA9AC3

Color information

#BA9AC3 (or 0xBA9AC3) is unknown color: approx Lola. HEX triplet: BA, 9A and C3. RGB value is (186,154,195). Sum of RGB (Red+Green+Blue) = 186+154+195=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA9AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AC3 is #45653C. Grayscale: #A8A8A8. Windows color (decimal): -4547901 or 12819130. OLE color: 12819130.

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

Color convert

RGB186154195-
CMYK0.050.2100.24
HSL286.83º25.47%68.43%-
HSV(B)286.83º21.03%76.47%-
XYZ41.6637.4956.67-
YUV168.24143.1140.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=34.77%
G=28.79%
B=36.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861541950.050.2100.24286.8325.4768.43
HexBA9AC351501811f1944
Octal27223230352503043731104
Binary10111010100110101100001110110101011000100011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AC3; }

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

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

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

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

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

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

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

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