#BA87B9

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

Shades of London Hue #BA87B9

Tints of London Hue #BA87B9

Color information

#BA87B9 (or 0xBA87B9) is unknown color: approx London Hue. HEX triplet: BA, 87 and B9. RGB value is (186,135,185). Sum of RGB (Red+Green+Blue) = 186+135+185=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87B9 is #457846. Grayscale: #9B9B9B. Windows color (decimal): -4552775 or 12158906. OLE color: 12158906.

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

Color convert

RGB186135185-
CMYK00.270.010.27
HSL301.18º26.98%62.94%-
HSV(B)301.18º27.42%72.94%-
XYZ37.6731.2749.95-
YUV155.95144.4149.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=36.76%
G=26.68%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613518500.270.010.27301.1826.9862.94
HexBA87B901B11B12d1b3f
Octal2722072710331334553377
Binary10111010100001111011100101101111101110010110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87B9; }

 p { color: rgb(186,135,185); }

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

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

 a { background-color: rgb(186,135,185); }

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

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

 span { border-color: rgb(186,135,185); }

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