#BAA1BE

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

Shades of Lola #BAA1BE

Tints of Lola #BAA1BE

Color information

#BAA1BE (or 0xBAA1BE) is unknown color: approx Lola. HEX triplet: BA, A1 and BE. RGB value is (186,161,190). Sum of RGB (Red+Green+Blue) = 186+161+190=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1BE is #455E41. Grayscale: #ABABAB. Windows color (decimal): -4546114 or 12493242. OLE color: 12493242.

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

Color convert

RGB186161190-
CMYK0.020.1500.25
HSL291.72º18.24%68.82%-
HSV(B)291.72º15.26%74.51%-
XYZ42.2939.6554.14-
YUV171.78138.28138.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=34.64%
G=29.98%
B=35.38%

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
Decimal1861611900.020.1500.25291.7218.2468.82
HexBAA1BE2F0191241245
Octal27224127621703144422105
Binary101110101010000110111110101111011001100100100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1BE; }

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

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

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

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

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

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

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

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