#BA87BB

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

Shades of London Hue #BA87BB

Tints of London Hue #BA87BB

Color information

#BA87BB (or 0xBA87BB) is unknown color: approx London Hue. HEX triplet: BA, 87 and BB. RGB value is (186,135,187). Sum of RGB (Red+Green+Blue) = 186+135+187=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87BB is #457844. Grayscale: #9C9C9C. Windows color (decimal): -4552773 or 12289978. OLE color: 12289978.

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

Color convert

RGB186135187-
CMYK0.010.2800.27
HSL298.85º27.66%63.14%-
HSV(B)298.85º27.81%73.33%-
XYZ37.8831.3551.07-
YUV156.18145.4149.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=36.61%
G=26.57%
B=36.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861351870.010.2800.27298.8527.6663.14
HexBA87BB11C01B12b1c3f
Octal2722072731340334533477
Binary10111010100001111011101111110001101110010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87BB; }

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

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

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

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

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

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

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

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