#BA84AB

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

Shades of London Hue #BA84AB

Tints of London Hue #BA84AB

Color information

#BA84AB (or 0xBA84AB) is unknown color: approx London Hue. HEX triplet: BA, 84 and AB. RGB value is (186,132,171). Sum of RGB (Red+Green+Blue) = 186+132+171=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84AB is #457B54. Grayscale: #989898. Windows color (decimal): -4553557 or 11240634. OLE color: 11240634.

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

Color convert

RGB186132171-
CMYK00.290.080.27
HSL316.67º28.12%62.35%-
HSV(B)316.67º29.03%72.94%-
XYZ35.8529.8842.41-
YUV152.59138.39151.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=38.04%
G=26.99%
B=34.97%

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
Decimal18613217100.290.080.27316.6728.1262.35
HexBA84AB01D81B13d1c3e
Octal27220425303510334753476
Binary10111010100001001010101101110110001101110011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84AB; }

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

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

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

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

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

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

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

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