#BA88AE

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

Shades of London Hue #BA88AE

Tints of London Hue #BA88AE

Color information

#BA88AE (or 0xBA88AE) is unknown color: approx London Hue. HEX triplet: BA, 88 and AE. RGB value is (186,136,174). Sum of RGB (Red+Green+Blue) = 186+136+174=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88AE is #457751. Grayscale: #9B9B9B. Windows color (decimal): -4552530 or 11438266. OLE color: 11438266.

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

Color convert

RGB186136174-
CMYK00.270.060.27
HSL314.4º26.6%63.14%-
HSV(B)314.4º26.88%72.94%-
XYZ36.6931.144.11-
YUV155.28138.56149.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=37.5%
G=27.42%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613617400.270.060.27314.426.663.14
HexBA88AE01B61B13a1b3f
Octal2722102560336334723377
Binary1011101010001000101011100110111101101110011101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88AE; }

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

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

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

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

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

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

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

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