#BA9EBA

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

Shades of Lola #BA9EBA

Tints of Lola #BA9EBA

Color information

#BA9EBA (or 0xBA9EBA) is unknown color: approx Lola. HEX triplet: BA, 9E and BA. RGB value is (186,158,186). Sum of RGB (Red+Green+Blue) = 186+158+186=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EBA is #456145. Grayscale: #A9A9A9. Windows color (decimal): -4546886 or 12230330. OLE color: 12230330.

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

Color convert

RGB186158186-
CMYK00.1500.27
HSL300º16.87%67.45%-
HSV(B)300º15.05%72.94%-
XYZ41.3438.4451.69-
YUV169.56137.28139.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=35.09%
G=29.81%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615818600.1500.2730016.8767.45
HexBA9EBA0F01B12c1143
Octal27223627201703345421103
Binary10111010100111101011101001111011011100101100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EBA; }

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

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

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

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

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

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

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

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