#BAA3BE

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

Shades of Lola #BAA3BE

Tints of Lola #BAA3BE

Color information

#BAA3BE (or 0xBAA3BE) is unknown color: approx Lola. HEX triplet: BA, A3 and BE. RGB value is (186,163,190). Sum of RGB (Red+Green+Blue) = 186+163+190=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3BE is #455C41. Grayscale: #ACACAC. Windows color (decimal): -4545602 or 12493754. OLE color: 12493754.

HSL color Cylindrical-coordinate representation of color #BAA3BE: hue angle of 291.11º 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 #BAA3BE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186163190-
CMYK0.020.1400.25
HSL291.11º17.2%69.22%-
HSV(B)291.11º14.21%74.51%-
XYZ42.6440.3554.26-
YUV172.96137.62137.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=34.51%
G=30.24%
B=35.25%

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
Decimal1861631900.020.1400.25291.1117.269.22
HexBAA3BE2E0191231145
Octal27224327621603144321105
Binary101110101010001110111110101110011001100100011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3BE; }

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

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

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

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

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

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

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

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