#BAA1BF

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

Shades of Lola #BAA1BF

Tints of Lola #BAA1BF

Color information

#BAA1BF (or 0xBAA1BF) is unknown color: approx Lola. HEX triplet: BA, A1 and BF. RGB value is (186,161,191). Sum of RGB (Red+Green+Blue) = 186+161+191=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAA1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1BF is #455E40. Grayscale: #ABABAB. Windows color (decimal): -4546113 or 12558778. OLE color: 12558778.

HSL color Cylindrical-coordinate representation of color #BAA1BF: hue angle of 290º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAA1BF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186161191-
CMYK0.030.1600.25
HSL290º18.99%69.02%-
HSV(B)290º15.71%74.9%-
XYZ42.439.6954.72-
YUV171.9138.78138.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 191 (75% from 255) = 35.50%
R=34.57%
G=29.93%
B=35.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861611910.030.1600.2529018.9969.02
HexBAA1BF3100191221345
Octal27224127732003144223105
Binary1011101010100001101111111110000011001100100010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1BF; }

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

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

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

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

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

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

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

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