#BAA1B9

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

Shades of Lola #BAA1B9

Tints of Lola #BAA1B9

Color information

#BAA1B9 (or 0xBAA1B9) is unknown color: approx Lola. HEX triplet: BA, A1 and B9. RGB value is (186,161,185). Sum of RGB (Red+Green+Blue) = 186+161+185=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1B9 is #455E46. Grayscale: #ABABAB. Windows color (decimal): -4546119 or 12165562. OLE color: 12165562.

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

Color convert

RGB186161185-
CMYK00.130.010.27
HSL302.4º15.34%68.04%-
HSV(B)302.4º13.44%72.94%-
XYZ41.7539.4351.31-
YUV171.21135.78138.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=34.96%
G=30.26%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616118500.130.010.27302.415.3468.04
HexBAA1B90D11B12ef44
Octal27224127101513345617104
Binary1011101010100001101110010110111101110010111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1B9; }

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

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

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

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

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

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

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

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