#BAA2BD

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

Shades of Lola #BAA2BD

Tints of Lola #BAA2BD

Color information

#BAA2BD (or 0xBAA2BD) is unknown color: approx Lola. HEX triplet: BA, A2 and BD. RGB value is (186,162,189). Sum of RGB (Red+Green+Blue) = 186+162+189=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2BD is #455D42. Grayscale: #ACACAC. Windows color (decimal): -4545859 or 12427962. OLE color: 12427962.

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

Color convert

RGB186162189-
CMYK0.020.1400.26
HSL293.33º16.98%68.82%-
HSV(B)293.33º14.29%74.12%-
XYZ42.3639.9553.62-
YUV172.25137.45137.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=34.64%
G=30.17%
B=35.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861621890.020.1400.26293.3316.9868.82
HexBAA2BD2E01A1251145
Octal27224227521603244521105
Binary101110101010001010111101101110011010100100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2BD; }

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

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

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

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

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

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

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

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