#BA8EB7

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

Shades of London Hue #BA8EB7

Tints of London Hue #BA8EB7

Color information

#BA8EB7 (or 0xBA8EB7) is unknown color: approx London Hue. HEX triplet: BA, 8E and B7. RGB value is (186,142,183). Sum of RGB (Red+Green+Blue) = 186+142+183=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EB7 is #457148. Grayscale: #9F9F9F. Windows color (decimal): -4550985 or 12029626. OLE color: 12029626.

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

Color convert

RGB186142183-
CMYK00.240.020.27
HSL304.09º24.18%64.31%-
HSV(B)304.09º23.66%72.94%-
XYZ38.4733.249.18-
YUV159.83141.08146.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 183 (71.88% from 255) = 35.81%
R=36.40%
G=27.79%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614218300.240.020.27304.0924.1864.31
HexBA8EB701821B1301840
Octal27221626703023346030100
Binary1011101010001110101101110110001011011100110000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EB7; }

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

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

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

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

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

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

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

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