#BA87AC

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

Shades of London Hue #BA87AC

Tints of London Hue #BA87AC

Color information

#BA87AC (or 0xBA87AC) is unknown color: approx London Hue. HEX triplet: BA, 87 and AC. RGB value is (186,135,172). Sum of RGB (Red+Green+Blue) = 186+135+172=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87AC is #457853. Grayscale: #9A9A9A. Windows color (decimal): -4552788 or 11306938. OLE color: 11306938.

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

Color convert

RGB186135172-
CMYK00.270.080.27
HSL316.47º26.98%62.94%-
HSV(B)316.47º27.42%72.94%-
XYZ36.3630.7543.05-
YUV154.47137.9150.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=37.73%
G=27.38%
B=34.89%

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
Decimal18613517200.270.080.27316.4726.9862.94
HexBA87AC01B81B13c1b3f
Octal27220725403310334743377
Binary10111010100001111010110001101110001101110011110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87AC; }

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

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

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

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

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

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

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

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