#BA84AC

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

Shades of London Hue #BA84AC

Tints of London Hue #BA84AC

Color information

#BA84AC (or 0xBA84AC) is unknown color: approx London Hue. HEX triplet: BA, 84 and AC. RGB value is (186,132,172). Sum of RGB (Red+Green+Blue) = 186+132+172=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84AC is #457B53. Grayscale: #989898. Windows color (decimal): -4553556 or 11306170. OLE color: 11306170.

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

Color convert

RGB186132172-
CMYK00.290.080.27
HSL315.56º28.12%62.35%-
HSV(B)315.56º29.03%72.94%-
XYZ35.9529.9242.91-
YUV152.71138.89151.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=37.96%
G=26.94%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613217200.290.080.27315.5628.1262.35
HexBA84AC01D81B13c1c3e
Octal27220425403510334743476
Binary10111010100001001010110001110110001101110011110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84AC; }

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

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

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

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

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

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

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

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