#BA8EAD

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

Shades of London Hue #BA8EAD

Tints of London Hue #BA8EAD

Color information

#BA8EAD (or 0xBA8EAD) is unknown color: approx London Hue. HEX triplet: BA, 8E and AD. RGB value is (186,142,173). Sum of RGB (Red+Green+Blue) = 186+142+173=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EAD is #457152. Grayscale: #9E9E9E. Windows color (decimal): -4550995 or 11374266. OLE color: 11374266.

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

Color convert

RGB186142173-
CMYK00.240.070.27
HSL317.73º24.18%64.31%-
HSV(B)317.73º23.66%72.94%-
XYZ37.4732.843.89-
YUV158.69136.08147.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=37.13%
G=28.34%
B=34.53%

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
Decimal18614217300.240.070.27317.7324.1864.31
HexBA8EAD01871B13e1840
Octal27221625503073347630100
Binary10111010100011101010110101100011111011100111110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EAD; }

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

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

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

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

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

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

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

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