#BAA5BE

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

Shades of Lola #BAA5BE

Tints of Lola #BAA5BE

Color information

#BAA5BE (or 0xBAA5BE) is unknown color: approx Lola. HEX triplet: BA, A5 and BE. RGB value is (186,165,190). Sum of RGB (Red+Green+Blue) = 186+165+190=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5BE is #455A41. Grayscale: #AEAEAE. Windows color (decimal): -4545090 or 12494266. OLE color: 12494266.

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

Color convert

RGB186165190-
CMYK0.020.1300.25
HSL290.4º16.13%69.61%-
HSV(B)290.4º13.16%74.51%-
XYZ4341.0754.38-
YUV174.13136.96136.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=34.38%
G=30.50%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861651900.020.1300.25290.416.1369.61
HexBAA5BE2D0191221046
Octal27224527621503144220106
Binary101110101010010110111110101101011001100100010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA5BE; }

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

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

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

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

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

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

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

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