#BA8EB5

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

Shades of London Hue #BA8EB5

Tints of London Hue #BA8EB5

Color information

#BA8EB5 (or 0xBA8EB5) is unknown color: approx London Hue. HEX triplet: BA, 8E and B5. RGB value is (186,142,181). Sum of RGB (Red+Green+Blue) = 186+142+181=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EB5 is #45714A. Grayscale: #9F9F9F. Windows color (decimal): -4550987 or 11898554. OLE color: 11898554.

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

Color convert

RGB186142181-
CMYK00.240.030.27
HSL306.82º24.18%64.31%-
HSV(B)306.82º23.66%72.94%-
XYZ38.2633.1248.09-
YUV159.6140.08146.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=36.54%
G=27.90%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614218100.240.030.27306.8224.1864.31
HexBA8EB501831B1331840
Octal27221626503033346330100
Binary1011101010001110101101010110001111011100110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EB5; }

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

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

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

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

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

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

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

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