#BAA4BD

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

Shades of Lola #BAA4BD

Tints of Lola #BAA4BD

Color information

#BAA4BD (or 0xBAA4BD) is unknown color: approx Lola. HEX triplet: BA, A4 and BD. RGB value is (186,164,189). Sum of RGB (Red+Green+Blue) = 186+164+189=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4BD is #455B42. Grayscale: #ADADAD. Windows color (decimal): -4545347 or 12428474. OLE color: 12428474.

HSL color Cylindrical-coordinate representation of color #BAA4BD: hue angle of 292.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA4BD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186164189-
CMYK0.020.1300.26
HSL292.8º15.92%69.22%-
HSV(B)292.8º13.23%74.12%-
XYZ42.7140.6653.74-
YUV173.43136.79136.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=34.51%
G=30.43%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861641890.020.1300.26292.815.9269.22
HexBAA4BD2D01A1251045
Octal27224427521503244520105
Binary101110101010010010111101101101011010100100101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4BD; }

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

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

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

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

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

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

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

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