#BA8EB3

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

Shades of London Hue #BA8EB3

Tints of London Hue #BA8EB3

Color information

#BA8EB3 (or 0xBA8EB3) is unknown color: approx London Hue. HEX triplet: BA, 8E and B3. RGB value is (186,142,179). Sum of RGB (Red+Green+Blue) = 186+142+179=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EB3 is #45714C. Grayscale: #9F9F9F. Windows color (decimal): -4550989 or 11767482. OLE color: 11767482.

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

Color convert

RGB186142179-
CMYK00.240.040.27
HSL309.55º24.18%64.31%-
HSV(B)309.55º23.66%72.94%-
XYZ38.0633.0447.02-
YUV159.37139.08146.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 179 (70.31% from 255) = 35.31%
R=36.69%
G=28.01%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614217900.240.040.27309.5524.1864.31
HexBA8EB301841B1361840
Octal27221626303043346630100
Binary10111010100011101011001101100010011011100110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EB3; }

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

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

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

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

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

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

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

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