#BAA7BA

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

Shades of Lola #BAA7BA

Tints of Lola #BAA7BA

Color information

#BAA7BA (or 0xBAA7BA) is unknown color: approx Lola. HEX triplet: BA, A7 and BA. RGB value is (186,167,186). Sum of RGB (Red+Green+Blue) = 186+167+186=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7BA is #455845. Grayscale: #AEAEAE. Windows color (decimal): -4544582 or 12232634. OLE color: 12232634.

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

Color convert

RGB186167186-
CMYK00.1000.27
HSL300º12.1%69.22%-
HSV(B)300º10.22%72.94%-
XYZ42.9341.6252.23-
YUV174.85134.29135.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=34.51%
G=30.98%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616718600.1000.2730012.169.22
HexBAA7BA0A01B12cc45
Octal27224727201203345414105
Binary1011101010100111101110100101001101110010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7BA; }

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

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

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

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

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

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

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

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