#BA87AA

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

Shades of London Hue #BA87AA

Tints of London Hue #BA87AA

Color information

#BA87AA (or 0xBA87AA) is unknown color: approx London Hue. HEX triplet: BA, 87 and AA. RGB value is (186,135,170). Sum of RGB (Red+Green+Blue) = 186+135+170=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87AA is #457855. Grayscale: #9A9A9A. Windows color (decimal): -4552790 or 11175866. OLE color: 11175866.

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

Color convert

RGB186135170-
CMYK00.270.090.27
HSL318.82º26.98%62.94%-
HSV(B)318.82º27.42%72.94%-
XYZ36.1730.6742.04-
YUV154.24136.9150.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=37.88%
G=27.49%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613517000.270.090.27318.8226.9862.94
HexBA87AA01B91B13f1b3f
Octal27220725203311334773377
Binary10111010100001111010101001101110011101110011111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87AA; }

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

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

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

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

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

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

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

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