#BA8EBA

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

Shades of London Hue #BA8EBA

Tints of London Hue #BA8EBA

Color information

#BA8EBA (or 0xBA8EBA) is unknown color: approx London Hue. HEX triplet: BA, 8E and BA. RGB value is (186,142,186). Sum of RGB (Red+Green+Blue) = 186+142+186=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EBA is #457145. Grayscale: #A0A0A0. Windows color (decimal): -4550982 or 12226234. OLE color: 12226234.

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

Color convert

RGB186142186-
CMYK00.2400.27
HSL300º24.18%64.31%-
HSV(B)300º23.66%72.94%-
XYZ38.7933.3350.84-
YUV160.17142.58146.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=36.19%
G=27.63%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614218600.2400.2730024.1864.31
HexBA8EBA01801B12c1840
Octal27221627203003345430100
Binary101110101000111010111010011000011011100101100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EBA; }

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

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

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

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

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

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

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

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