#BAA4BB

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

Shades of Lola #BAA4BB

Tints of Lola #BAA4BB

Color information

#BAA4BB (or 0xBAA4BB) is unknown color: approx Lola. HEX triplet: BA, A4 and BB. RGB value is (186,164,187). Sum of RGB (Red+Green+Blue) = 186+164+187=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4BB is #455B44. Grayscale: #ADADAD. Windows color (decimal): -4545349 or 12297402. OLE color: 12297402.

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

Color convert

RGB186164187-
CMYK0.010.1200.27
HSL297.39º14.47%68.82%-
HSV(B)297.39º12.3%73.33%-
XYZ42.4940.5852.61-
YUV173.2135.79137.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=34.64%
G=30.54%
B=34.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861641870.010.1200.27297.3914.4768.82
HexBAA4BB1C01B129e45
Octal27224427311403345116105
Binary1011101010100100101110111110001101110010100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4BB; }

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

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

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

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

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

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

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

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