#BAA4BF

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

Shades of Lola #BAA4BF

Tints of Lola #BAA4BF

Color information

#BAA4BF (or 0xBAA4BF) is unknown color: approx Lola. HEX triplet: BA, A4 and BF. RGB value is (186,164,191). Sum of RGB (Red+Green+Blue) = 186+164+191=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAA4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4BF is #455B40. Grayscale: #ADADAD. Windows color (decimal): -4545345 or 12559546. OLE color: 12559546.

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

Color convert

RGB186164191-
CMYK0.030.1400.25
HSL288.89º17.42%69.61%-
HSV(B)288.89º14.14%74.9%-
XYZ42.9340.7554.89-
YUV173.66137.79136.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 191 (75% from 255) = 35.30%
R=34.38%
G=30.31%
B=35.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861641910.030.1400.25288.8917.4269.61
HexBAA4BF3E0191211146
Octal27224427731603144121106
Binary101110101010010010111111111110011001100100001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4BF; }

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

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

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

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

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

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

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

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