#BA84AE

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

Shades of London Hue #BA84AE

Tints of London Hue #BA84AE

Color information

#BA84AE (or 0xBA84AE) is unknown color: approx London Hue. HEX triplet: BA, 84 and AE. RGB value is (186,132,174). Sum of RGB (Red+Green+Blue) = 186+132+174=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84AE is #457B51. Grayscale: #989898. Windows color (decimal): -4553554 or 11437242. OLE color: 11437242.

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

Color convert

RGB186132174-
CMYK00.290.060.27
HSL313.33º28.12%62.35%-
HSV(B)313.33º29.03%72.94%-
XYZ36.143043.93-
YUV152.93139.89151.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=37.80%
G=26.83%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613217400.290.060.27313.3328.1262.35
HexBA84AE01D61B1391c3e
Octal2722042560356334713476
Binary1011101010000100101011100111011101101110011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84AE; }

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

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

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

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

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

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

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

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