#BA89AC

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

Shades of London Hue #BA89AC

Tints of London Hue #BA89AC

Color information

#BA89AC (or 0xBA89AC) is unknown color: approx London Hue. HEX triplet: BA, 89 and AC. RGB value is (186,137,172). Sum of RGB (Red+Green+Blue) = 186+137+172=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA89AC is #457653. Grayscale: #9B9B9B. Windows color (decimal): -4552276 or 11307450. OLE color: 11307450.

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

Color convert

RGB186137172-
CMYK00.260.080.27
HSL317.14º26.2%63.33%-
HSV(B)317.14º26.34%72.94%-
XYZ36.6431.3143.14-
YUV155.64137.23149.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=37.58%
G=27.68%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613717200.260.080.27317.1426.263.33
HexBA89AC01A81B13d1a3f
Octal27221125403210334753277
Binary10111010100010011010110001101010001101110011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89AC; }

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

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

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

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

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

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

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

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