#BAABBA

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

Shades of Lola #BAABBA

Tints of Lola #BAABBA

Color information

#BAABBA (or 0xBAABBA) is unknown color: approx Lola. HEX triplet: BA, AB and BA. RGB value is (186,171,186). Sum of RGB (Red+Green+Blue) = 186+171+186=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABBA is #455445. Grayscale: #B1B1B1. Windows color (decimal): -4543558 or 12233658. OLE color: 12233658.

HSL color Cylindrical-coordinate representation of color #BAABBA: hue angle of 300º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAABBA is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186171186-
CMYK00.0800.27
HSL300º9.8%70%-
HSV(B)300º8.06%72.94%-
XYZ43.6843.1152.47-
YUV177.2132.97134.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=34.25%
G=31.49%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617118600.0800.273009.870
HexBAABBA0801B12ca46
Octal27225327201003345412106
Binary1011101010101011101110100100001101110010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABBA; }

 p { color: rgb(186,171,186); }

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

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

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

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

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

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

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