#BA86B7

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

Shades of London Hue #BA86B7

Tints of London Hue #BA86B7

Color information

#BA86B7 (or 0xBA86B7) is unknown color: approx London Hue. HEX triplet: BA, 86 and B7. RGB value is (186,134,183). Sum of RGB (Red+Green+Blue) = 186+134+183=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86B7 is #457948. Grayscale: #9A9A9A. Windows color (decimal): -4553033 or 12027578. OLE color: 12027578.

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

Color convert

RGB186134183-
CMYK00.280.020.27
HSL303.46º27.37%62.75%-
HSV(B)303.46º27.96%72.94%-
XYZ37.3230.9148.8-
YUV155.13143.73150.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=36.98%
G=26.64%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613418300.280.020.27303.4627.3762.75
HexBA86B701C21B12f1b3f
Octal2722062670342334573377
Binary101110101000011010110111011100101101110010111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86B7; }

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

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

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

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

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

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

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

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