#BAA2BE

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

Shades of Lola #BAA2BE

Tints of Lola #BAA2BE

Color information

#BAA2BE (or 0xBAA2BE) is unknown color: approx Lola. HEX triplet: BA, A2 and BE. RGB value is (186,162,190). Sum of RGB (Red+Green+Blue) = 186+162+190=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2BE is #455D41. Grayscale: #ACACAC. Windows color (decimal): -4545858 or 12493498. OLE color: 12493498.

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

Color convert

RGB186162190-
CMYK0.020.1500.25
HSL291.43º17.72%69.02%-
HSV(B)291.43º14.74%74.51%-
XYZ42.464054.2-
YUV172.37137.95137.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=34.57%
G=30.11%
B=35.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861621900.020.1500.25291.4317.7269.02
HexBAA2BE2F0191231245
Octal27224227621703144322105
Binary101110101010001010111110101111011001100100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2BE; }

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

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

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

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

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

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

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

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