#BA84AA

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

Shades of London Hue #BA84AA

Tints of London Hue #BA84AA

Color information

#BA84AA (or 0xBA84AA) is unknown color: approx London Hue. HEX triplet: BA, 84 and AA. RGB value is (186,132,170). Sum of RGB (Red+Green+Blue) = 186+132+170=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84AA is #457B55. Grayscale: #989898. Windows color (decimal): -4553558 or 11175098. OLE color: 11175098.

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

Color convert

RGB186132170-
CMYK00.290.090.27
HSL317.78º28.12%62.35%-
HSV(B)317.78º29.03%72.94%-
XYZ35.7629.8441.91-
YUV152.48137.89151.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=38.11%
G=27.05%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613217000.290.090.27317.7828.1262.35
HexBA84AA01D91B13e1c3e
Octal27220425203511334763476
Binary10111010100001001010101001110110011101110011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84AA; }

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

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

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

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

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

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

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

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