#BA86BA

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

Shades of London Hue #BA86BA

Tints of London Hue #BA86BA

Color information

#BA86BA (or 0xBA86BA) is unknown color: approx London Hue. HEX triplet: BA, 86 and BA. RGB value is (186,134,186). Sum of RGB (Red+Green+Blue) = 186+134+186=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86BA is #457945. Grayscale: #9B9B9B. Windows color (decimal): -4553030 or 12224186. OLE color: 12224186.

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

Color convert

RGB186134186-
CMYK00.2800.27
HSL300º27.37%62.75%-
HSV(B)300º27.96%72.94%-
XYZ37.6431.0350.46-
YUV155.48145.23149.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=36.76%
G=26.48%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613418600.2800.2730027.3762.75
HexBA86BA01C01B12c1b3f
Octal2722062720340334543377
Binary10111010100001101011101001110001101110010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86BA; }

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

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

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

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

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

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

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

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