#BA88AB

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

Shades of London Hue #BA88AB

Tints of London Hue #BA88AB

Color information

#BA88AB (or 0xBA88AB) is unknown color: approx London Hue. HEX triplet: BA, 88 and AB. RGB value is (186,136,171). Sum of RGB (Red+Green+Blue) = 186+136+171=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88AB is #457754. Grayscale: #9A9A9A. Windows color (decimal): -4552533 or 11241658. OLE color: 11241658.

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

Color convert

RGB186136171-
CMYK00.270.080.27
HSL318º26.6%63.14%-
HSV(B)318º26.88%72.94%-
XYZ36.430.9942.59-
YUV154.94137.06150.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=37.73%
G=27.59%
B=34.69%

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
Decimal18613617100.270.080.2731826.663.14
HexBA88AB01B81B13e1b3f
Octal27221025303310334763377
Binary10111010100010001010101101101110001101110011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88AB; }

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

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

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

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

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

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

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

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