#BAA4C0

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

Shades of Lola #BAA4C0

Tints of Lola #BAA4C0

Color information

#BAA4C0 (or 0xBAA4C0) is unknown color: approx Lola. HEX triplet: BA, A4 and C0. RGB value is (186,164,192). Sum of RGB (Red+Green+Blue) = 186+164+192=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4C0 is #455B3F. Grayscale: #ADADAD. Windows color (decimal): -4545344 or 12625082. OLE color: 12625082.

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

Color convert

RGB186164192-
CMYK0.030.1500.25
HSL287.14º18.18%69.8%-
HSV(B)287.14º14.58%75.29%-
XYZ43.0440.855.48-
YUV173.77138.29136.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=34.32%
G=30.26%
B=35.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861641920.030.1500.25287.1418.1869.8
HexBAA4C03F01911f1246
Octal27224430031703143722106
Binary101110101010010011000000111111011001100011111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4C0; }

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

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

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

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

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

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

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

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