#BAA1BB

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

Shades of Lola #BAA1BB

Tints of Lola #BAA1BB

Color information

#BAA1BB (or 0xBAA1BB) is unknown color: approx Lola. HEX triplet: BA, A1 and BB. RGB value is (186,161,187). Sum of RGB (Red+Green+Blue) = 186+161+187=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1BB is #455E44. Grayscale: #ABABAB. Windows color (decimal): -4546117 or 12296634. OLE color: 12296634.

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

Color convert

RGB186161187-
CMYK0.010.1400.27
HSL297.69º16.05%68.24%-
HSV(B)297.69º13.9%73.33%-
XYZ41.9639.5252.43-
YUV171.44136.78138.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=34.83%
G=30.15%
B=35.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861611870.010.1400.27297.6916.0568.24
HexBAA1BB1E01B12a1044
Octal27224127311603345220104
Binary10111010101000011011101111110011011100101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1BB; }

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

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

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

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

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

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

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

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