#BAA3BA

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

Shades of Lola #BAA3BA

Tints of Lola #BAA3BA

Color information

#BAA3BA (or 0xBAA3BA) is unknown color: approx Lola. HEX triplet: BA, A3 and BA. RGB value is (186,163,186). Sum of RGB (Red+Green+Blue) = 186+163+186=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAA3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3BA is #455C45. Grayscale: #ACACAC. Windows color (decimal): -4545606 or 12231610. OLE color: 12231610.

HSL color Cylindrical-coordinate representation of color #BAA3BA: hue angle of 300º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA3BA is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186163186-
CMYK00.1200.27
HSL300º14.29%68.43%-
HSV(B)300º12.37%72.94%-
XYZ42.2140.1851.98-
YUV172.5135.62137.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=34.77%
G=30.47%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616318600.1200.2730014.2968.43
HexBAA3BA0C01B12ce44
Octal27224327201403345416104
Binary1011101010100011101110100110001101110010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3BA; }

 p { color: rgb(186,163,186); }

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

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

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

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

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

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

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