#BAA6BB

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

Shades of Lola #BAA6BB

Tints of Lola #BAA6BB

Color information

#BAA6BB (or 0xBAA6BB) is unknown color: approx Lola. HEX triplet: BA, A6 and BB. RGB value is (186,166,187). Sum of RGB (Red+Green+Blue) = 186+166+187=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6BB is #455944. Grayscale: #AEAEAE. Windows color (decimal): -4544837 or 12297914. OLE color: 12297914.

HSL color Cylindrical-coordinate representation of color #BAA6BB: hue angle of 297.14º 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 #BAA6BB is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186166187-
CMYK0.010.1100.27
HSL297.14º13.38%69.22%-
HSV(B)297.14º11.23%73.33%-
XYZ42.8641.352.73-
YUV174.37135.13136.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=34.51%
G=30.80%
B=34.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861661870.010.1100.27297.1413.3869.22
HexBAA6BB1B01B129d45
Octal27224627311303345115105
Binary1011101010100110101110111101101101110010100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6BB; }

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

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

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

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

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

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

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

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