#BA8DAD

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

Shades of London Hue #BA8DAD

Tints of London Hue #BA8DAD

Color information

#BA8DAD (or 0xBA8DAD) is unknown color: approx London Hue. HEX triplet: BA, 8D and AD. RGB value is (186,141,173). Sum of RGB (Red+Green+Blue) = 186+141+173=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8DAD is #457252. Grayscale: #9E9E9E. Windows color (decimal): -4551251 or 11374010. OLE color: 11374010.

HSL color Cylindrical-coordinate representation of color #BA8DAD: hue angle of 317.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8DAD is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186141173-
CMYK00.240.070.27
HSL317.33º24.59%64.12%-
HSV(B)317.33º24.19%72.94%-
XYZ37.3232.5143.84-
YUV158.1136.41147.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=37.2%
G=28.2%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614117300.240.070.27317.3324.5964.12
HexBA8DAD01871B13d1940
Octal27221525503073347531100
Binary10111010100011011010110101100011111011100111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DAD; }

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

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

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

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

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

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

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

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