#BA86B0

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

Shades of London Hue #BA86B0

Tints of London Hue #BA86B0

Color information

#BA86B0 (or 0xBA86B0) is unknown color: approx London Hue. HEX triplet: BA, 86 and B0. RGB value is (186,134,176). Sum of RGB (Red+Green+Blue) = 186+134+176=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA86B0 is #45794F. Grayscale: #9A9A9A. Windows color (decimal): -4553040 or 11568826. OLE color: 11568826.

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

Color convert

RGB186134176-
CMYK00.280.050.27
HSL311.54º27.37%62.75%-
HSV(B)311.54º27.96%72.94%-
XYZ36.6130.6245.06-
YUV154.34140.23150.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=37.5%
G=27.02%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613417600.280.050.27311.5427.3762.75
HexBA86B001C51B1381b3f
Octal2722062600345334703377
Binary1011101010000110101100000111001011101110011100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86B0; }

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

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

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

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

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

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

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

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