#BAA4BE

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

Shades of Lola #BAA4BE

Tints of Lola #BAA4BE

Color information

#BAA4BE (or 0xBAA4BE) is unknown color: approx Lola. HEX triplet: BA, A4 and BE. RGB value is (186,164,190). Sum of RGB (Red+Green+Blue) = 186+164+190=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4BE is #455B41. Grayscale: #ADADAD. Windows color (decimal): -4545346 or 12494010. OLE color: 12494010.

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

Color convert

RGB186164190-
CMYK0.020.1400.25
HSL290.77º16.67%69.41%-
HSV(B)290.77º13.68%74.51%-
XYZ42.8240.7154.32-
YUV173.54137.29136.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=34.44%
G=30.37%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861641900.020.1400.25290.7716.6769.41
HexBAA4BE2E0191231145
Octal27224427621603144321105
Binary101110101010010010111110101110011001100100011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4BE; }

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

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

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

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

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

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

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

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