#BA89AF

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

Shades of London Hue #BA89AF

Tints of London Hue #BA89AF

Color information

#BA89AF (or 0xBA89AF) is unknown color: approx London Hue. HEX triplet: BA, 89 and AF. RGB value is (186,137,175). Sum of RGB (Red+Green+Blue) = 186+137+175=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA89AF is #457650. Grayscale: #9B9B9B. Windows color (decimal): -4552273 or 11504058. OLE color: 11504058.

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

Color convert

RGB186137175-
CMYK00.260.060.27
HSL313.47º26.2%63.33%-
HSV(B)313.47º26.34%72.94%-
XYZ36.9331.4344.68-
YUV155.98138.73149.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=37.35%
G=27.51%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613717500.260.060.27313.4726.263.33
HexBA89AF01A61B1391a3f
Octal2722112570326334713277
Binary1011101010001001101011110110101101101110011100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89AF; }

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

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

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

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

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

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

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

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