#BAAABA

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

Shades of Lola #BAAABA

Tints of Lola #BAAABA

Color information

#BAAABA (or 0xBAAABA) is unknown color: approx Lola. HEX triplet: BA, AA and BA. RGB value is (186,170,186). Sum of RGB (Red+Green+Blue) = 186+170+186=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABA is #455545. Grayscale: #B0B0B0. Windows color (decimal): -4543814 or 12233402. OLE color: 12233402.

HSL color Cylindrical-coordinate representation of color #BAAABA: 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.09%. Process color model (Four color, CMYK) of #BAAABA is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186170186-
CMYK00.0900.27
HSL300º10.39%69.8%-
HSV(B)300º8.6%72.94%-
XYZ43.4942.7352.41-
YUV176.61133.3134.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=34.32%
G=31.37%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617018600.0900.2730010.3969.8
HexBAAABA0901B12ca46
Octal27225227201103345412106
Binary1011101010101010101110100100101101110010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAABA; }

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

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

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

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

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

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

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

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