#BA9EB9

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

Shades of Lola #BA9EB9

Tints of Lola #BA9EB9

Color information

#BA9EB9 (or 0xBA9EB9) is unknown color: approx Lola. HEX triplet: BA, 9E and B9. RGB value is (186,158,185). Sum of RGB (Red+Green+Blue) = 186+158+185=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EB9 is #456146. Grayscale: #A9A9A9. Windows color (decimal): -4546887 or 12164794. OLE color: 12164794.

HSL color Cylindrical-coordinate representation of color #BA9EB9: hue angle of 302.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9EB9 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB186158185-
CMYK00.150.010.27
HSL302.14º16.87%67.45%-
HSV(B)302.14º15.05%72.94%-
XYZ41.2338.451.14-
YUV169.45136.78139.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=35.16%
G=29.87%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615818500.150.010.27302.1416.8767.45
HexBA9EB90F11B12e1143
Octal27223627101713345621103
Binary10111010100111101011100101111111011100101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EB9; }

 p { color: rgb(186,158,185); }

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

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

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

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

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

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

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