#BA8EBC

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

Shades of London Hue #BA8EBC

Tints of London Hue #BA8EBC

Color information

#BA8EBC (or 0xBA8EBC) is unknown color: approx London Hue. HEX triplet: BA, 8E and BC. RGB value is (186,142,188). Sum of RGB (Red+Green+Blue) = 186+142+188=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EBC is #457143. Grayscale: #A0A0A0. Windows color (decimal): -4550980 or 12357306. OLE color: 12357306.

HSL color Cylindrical-coordinate representation of color #BA8EBC: hue angle of 297.39º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8EBC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186142188-
CMYK0.010.2400.26
HSL297.39º25.56%64.71%-
HSV(B)297.39º24.47%73.73%-
XYZ3933.4251.97-
YUV160.4143.58146.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=36.05%
G=27.52%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861421880.010.2400.26297.3925.5664.71
HexBA8EBC11801A1291a41
Octal27221627413003245132101
Binary101110101000111010111100111000011010100101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EBC; }

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

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

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

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

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

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

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

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