#BA88AF

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

Shades of London Hue #BA88AF

Tints of London Hue #BA88AF

Color information

#BA88AF (or 0xBA88AF) is unknown color: approx London Hue. HEX triplet: BA, 88 and AF. RGB value is (186,136,175). Sum of RGB (Red+Green+Blue) = 186+136+175=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88AF is #457750. Grayscale: #9B9B9B. Windows color (decimal): -4552529 or 11503802. OLE color: 11503802.

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

Color convert

RGB186136175-
CMYK00.270.060.27
HSL313.2º26.6%63.14%-
HSV(B)313.2º26.88%72.94%-
XYZ36.7931.1444.63-
YUV155.4139.06149.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=37.42%
G=27.36%
B=35.21%

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
Decimal18613617500.270.060.27313.226.663.14
HexBA88AF01B61B1391b3f
Octal2722102570336334713377
Binary1011101010001000101011110110111101101110011100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88AF; }

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

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

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

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

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

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

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

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