#BA8EB9

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

Shades of London Hue #BA8EB9

Tints of London Hue #BA8EB9

Color information

#BA8EB9 (or 0xBA8EB9) is unknown color: approx London Hue. HEX triplet: BA, 8E and B9. RGB value is (186,142,185). Sum of RGB (Red+Green+Blue) = 186+142+185=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EB9 is #457146. Grayscale: #9F9F9F. Windows color (decimal): -4550983 or 12160698. OLE color: 12160698.

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

Color convert

RGB186142185-
CMYK00.240.010.27
HSL301.36º24.18%64.31%-
HSV(B)301.36º23.66%72.94%-
XYZ38.6833.2950.29-
YUV160.06142.08146.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=36.26%
G=27.68%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614218500.240.010.27301.3624.1864.31
HexBA8EB901811B12d1840
Octal27221627103013345530100
Binary101110101000111010111001011000111011100101101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EB9; }

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

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

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

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

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

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

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

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