#BA86BE

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

Shades of London Hue #BA86BE

Tints of London Hue #BA86BE

Color information

#BA86BE (or 0xBA86BE) is unknown color: approx London Hue. HEX triplet: BA, 86 and BE. RGB value is (186,134,190). Sum of RGB (Red+Green+Blue) = 186+134+190=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86BE is #457941. Grayscale: #9B9B9B. Windows color (decimal): -4553026 or 12486330. OLE color: 12486330.

HSL color Cylindrical-coordinate representation of color #BA86BE: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA86BE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186134190-
CMYK0.020.2900.25
HSL295.71º30.11%63.53%-
HSV(B)295.71º29.47%74.51%-
XYZ38.0731.2152.73-
YUV155.93147.23149.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=36.47%
G=26.27%
B=37.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861341900.020.2900.25295.7130.1163.53
HexBA86BE21D0191281e40
Octal27220627623503145036100
Binary1011101010000110101111101011101011001100101000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86BE; }

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

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

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

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

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

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

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

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