#BA80AE

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

Shades of London Hue #BA80AE

Tints of London Hue #BA80AE

Color information

#BA80AE (or 0xBA80AE) is unknown color: approx London Hue. HEX triplet: BA, 80 and AE. RGB value is (186,128,174). Sum of RGB (Red+Green+Blue) = 186+128+174=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80AE is #457F51. Grayscale: #969696. Windows color (decimal): -4554578 or 11436218. OLE color: 11436218.

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

Color convert

RGB186128174-
CMYK00.310.060.27
HSL312.41º29.59%61.57%-
HSV(B)312.41º31.18%72.94%-
XYZ35.6128.9343.75-
YUV150.59141.22153.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=38.11%
G=26.23%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612817400.310.060.27312.4129.5961.57
HexBA80AE01F61B1381e3e
Octal2722002560376334703676
Binary1011101010000000101011100111111101101110011100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80AE; }

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

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

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

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

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

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

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

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