#BA8EAF

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

Shades of London Hue #BA8EAF

Tints of London Hue #BA8EAF

Color information

#BA8EAF (or 0xBA8EAF) is unknown color: approx London Hue. HEX triplet: BA, 8E and AF. RGB value is (186,142,175). Sum of RGB (Red+Green+Blue) = 186+142+175=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EAF is #457150. Grayscale: #9E9E9E. Windows color (decimal): -4550993 or 11505338. OLE color: 11505338.

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

Color convert

RGB186142175-
CMYK00.240.060.27
HSL315º24.18%64.31%-
HSV(B)315º23.66%72.94%-
XYZ37.6632.8844.92-
YUV158.92137.08147.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=36.98%
G=28.23%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614217500.240.060.2731524.1864.31
HexBA8EAF01861B13b1840
Octal27221625703063347330100
Binary10111010100011101010111101100011011011100111011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EAF; }

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

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

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

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

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

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

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

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