#BAA6BA

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

Shades of Lola #BAA6BA

Tints of Lola #BAA6BA

Color information

#BAA6BA (or 0xBAA6BA) is unknown color: approx Lola. HEX triplet: BA, A6 and BA. RGB value is (186,166,186). Sum of RGB (Red+Green+Blue) = 186+166+186=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6BA is #455945. Grayscale: #AEAEAE. Windows color (decimal): -4544838 or 12232378. OLE color: 12232378.

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

Color convert

RGB186166186-
CMYK00.1100.27
HSL300º12.66%69.02%-
HSV(B)300º10.75%72.94%-
XYZ42.7541.2652.16-
YUV174.26134.63136.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 166 (65.23% from 255) = 30.86%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=34.57%
G=30.86%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616618600.1100.2730012.6669.02
HexBAA6BA0B01B12cd45
Octal27224627201303345415105
Binary1011101010100110101110100101101101110010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6BA; }

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

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

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

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

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

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

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

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