#BA8ABA

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

Shades of London Hue #BA8ABA

Tints of London Hue #BA8ABA

Color information

#BA8ABA (or 0xBA8ABA) is unknown color: approx London Hue. HEX triplet: BA, 8A and BA. RGB value is (186,138,186). Sum of RGB (Red+Green+Blue) = 186+138+186=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ABA is #457545. Grayscale: #9D9D9D. Windows color (decimal): -4552006 or 12225210. OLE color: 12225210.

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

Color convert

RGB186138186-
CMYK00.2600.27
HSL300º25.81%63.53%-
HSV(B)300º25.81%72.94%-
XYZ38.232.1650.65-
YUV157.82143.9148.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=36.47%
G=27.06%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613818600.2600.2730025.8163.53
HexBA8ABA01A01B12c1a40
Octal27221227203203345432100
Binary101110101000101010111010011010011011100101100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8ABA; }

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

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

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

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

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

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

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

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