#BA86AB

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

Shades of London Hue #BA86AB

Tints of London Hue #BA86AB

Color information

#BA86AB (or 0xBA86AB) is unknown color: approx London Hue. HEX triplet: BA, 86 and AB. RGB value is (186,134,171). Sum of RGB (Red+Green+Blue) = 186+134+171=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA86AB is #457954. Grayscale: #999999. Windows color (decimal): -4553045 or 11241146. OLE color: 11241146.

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

Color convert

RGB186134171-
CMYK00.280.080.27
HSL317.31º27.37%62.75%-
HSV(B)317.31º27.96%72.94%-
XYZ36.1330.4342.5-
YUV153.77137.73150.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=37.88%
G=27.29%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613417100.280.080.27317.3127.3762.75
HexBA86AB01C81B13d1b3f
Octal27220625303410334753377
Binary10111010100001101010101101110010001101110011110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86AB; }

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

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

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

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

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

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

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

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