#BA86BC

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

Shades of London Hue #BA86BC

Tints of London Hue #BA86BC

Color information

#BA86BC (or 0xBA86BC) is unknown color: approx London Hue. HEX triplet: BA, 86 and BC. RGB value is (186,134,188). Sum of RGB (Red+Green+Blue) = 186+134+188=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86BC is #457943. Grayscale: #9B9B9B. Windows color (decimal): -4553028 or 12355258. OLE color: 12355258.

HSL color Cylindrical-coordinate representation of color #BA86BC: hue angle of 297.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA86BC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186134188-
CMYK0.010.2900.26
HSL297.78º28.72%63.14%-
HSV(B)297.78º28.72%73.73%-
XYZ37.8531.1251.59-
YUV155.7146.23149.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=36.61%
G=26.38%
B=37.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861341880.010.2900.26297.7828.7263.14
HexBA86BC11D01A12a1d3f
Octal2722062741350324523577
Binary10111010100001101011110011110101101010010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86BC; }

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

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

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

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

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

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

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

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