#BA86B4

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

Shades of London Hue #BA86B4

Tints of London Hue #BA86B4

Color information

#BA86B4 (or 0xBA86B4) is unknown color: approx London Hue. HEX triplet: BA, 86 and B4. RGB value is (186,134,180). Sum of RGB (Red+Green+Blue) = 186+134+180=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86B4 is #45794B. Grayscale: #9A9A9A. Windows color (decimal): -4553036 or 11830970. OLE color: 11830970.

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

Color convert

RGB186134180-
CMYK00.280.030.27
HSL306.92º27.37%62.75%-
HSV(B)306.92º27.96%72.94%-
XYZ37.0130.7847.17-
YUV154.79142.23150.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 180 (70.70% from 255) = 36%
R=37.2%
G=26.8%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613418000.280.030.27306.9227.3762.75
HexBA86B401C31B1331b3f
Octal2722062640343334633377
Binary101110101000011010110100011100111101110011001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86B4; }

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

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

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

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

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

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

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

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