#BA87AB

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

Shades of London Hue #BA87AB

Tints of London Hue #BA87AB

Color information

#BA87AB (or 0xBA87AB) is unknown color: approx London Hue. HEX triplet: BA, 87 and AB. RGB value is (186,135,171). Sum of RGB (Red+Green+Blue) = 186+135+171=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87AB is #457854. Grayscale: #9A9A9A. Windows color (decimal): -4552789 or 11241402. OLE color: 11241402.

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

Color convert

RGB186135171-
CMYK00.270.080.27
HSL317.65º26.98%62.94%-
HSV(B)317.65º27.42%72.94%-
XYZ36.2630.7142.54-
YUV154.35137.4150.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=37.80%
G=27.44%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613517100.270.080.27317.6526.9862.94
HexBA87AB01B81B13e1b3f
Octal27220725303310334763377
Binary10111010100001111010101101101110001101110011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87AB; }

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

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

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

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

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

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

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

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