#BA86BD

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

Shades of London Hue #BA86BD

Tints of London Hue #BA86BD

Color information

#BA86BD (or 0xBA86BD) is unknown color: approx London Hue. HEX triplet: BA, 86 and BD. RGB value is (186,134,189). Sum of RGB (Red+Green+Blue) = 186+134+189=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86BD is #457942. Grayscale: #9B9B9B. Windows color (decimal): -4553027 or 12420794. OLE color: 12420794.

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

Color convert

RGB186134189-
CMYK0.020.2900.26
HSL296.73º29.41%63.33%-
HSV(B)296.73º29.1%74.12%-
XYZ37.9631.1652.16-
YUV155.82146.73149.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=36.54%
G=26.33%
B=37.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861341890.020.2900.26296.7329.4163.33
HexBA86BD21D01A1291d3f
Octal2722062752350324513577
Binary101110101000011010111101101110101101010010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86BD; }

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

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

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

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

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

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

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

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