#BAA8BA

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

Shades of Lola #BAA8BA

Tints of Lola #BAA8BA

Color information

#BAA8BA (or 0xBAA8BA) is unknown color: approx Lola. HEX triplet: BA, A8 and BA. RGB value is (186,168,186). Sum of RGB (Red+Green+Blue) = 186+168+186=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8BA is #455745. Grayscale: #AFAFAF. Windows color (decimal): -4544326 or 12232890. OLE color: 12232890.

HSL color Cylindrical-coordinate representation of color #BAA8BA: 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 #BAA8BA is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186168186-
CMYK00.1000.27
HSL300º11.54%69.41%-
HSV(B)300º9.68%72.94%-
XYZ43.1241.9952.29-
YUV175.43133.96135.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 168 (66.02% from 255) = 31.11%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=34.44%
G=31.11%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616818600.1000.2730011.5469.41
HexBAA8BA0A01B12cc45
Octal27225027201203345414105
Binary1011101010101000101110100101001101110010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8BA; }

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

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

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

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

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

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

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

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