#BA84AD

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

Shades of London Hue #BA84AD

Tints of London Hue #BA84AD

Color information

#BA84AD (or 0xBA84AD) is unknown color: approx London Hue. HEX triplet: BA, 84 and AD. RGB value is (186,132,173). Sum of RGB (Red+Green+Blue) = 186+132+173=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84AD is #457B52. Grayscale: #989898. Windows color (decimal): -4553555 or 11371706. OLE color: 11371706.

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

Color convert

RGB186132173-
CMYK00.290.070.27
HSL314.44º28.12%62.35%-
HSV(B)314.44º29.03%72.94%-
XYZ36.0429.9643.42-
YUV152.82139.39151.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=37.88%
G=26.88%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613217300.290.070.27314.4428.1262.35
HexBA84AD01D71B13a1c3e
Octal2722042550357334723476
Binary1011101010000100101011010111011111101110011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84AD; }

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

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

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

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

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

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

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

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