#BA80AC

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

Shades of London Hue #BA80AC

Tints of London Hue #BA80AC

Color information

#BA80AC (or 0xBA80AC) is unknown color: approx London Hue. HEX triplet: BA, 80 and AC. RGB value is (186,128,172). Sum of RGB (Red+Green+Blue) = 186+128+172=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80AC is #457F53. Grayscale: #969696. Windows color (decimal): -4554580 or 11305146. OLE color: 11305146.

HSL color Cylindrical-coordinate representation of color #BA80AC: hue angle of 314.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA80AC is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186128172-
CMYK00.310.080.27
HSL314.48º29.59%61.57%-
HSV(B)314.48º31.18%72.94%-
XYZ35.4228.8642.73-
YUV150.36140.22153.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=38.27%
G=26.34%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612817200.310.080.27314.4829.5961.57
HexBA80AC01F81B13a1e3e
Octal27220025403710334723676
Binary10111010100000001010110001111110001101110011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80AC; }

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

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

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

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

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

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

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

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