#BA8CAE

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

Shades of London Hue #BA8CAE

Tints of London Hue #BA8CAE

Color information

#BA8CAE (or 0xBA8CAE) is unknown color: approx London Hue. HEX triplet: BA, 8C and AE. RGB value is (186,140,174). Sum of RGB (Red+Green+Blue) = 186+140+174=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CAE is #457351. Grayscale: #9D9D9D. Windows color (decimal): -4551506 or 11439290. OLE color: 11439290.

HSL color Cylindrical-coordinate representation of color #BA8CAE: hue angle of 315.65º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8CAE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186140174-
CMYK00.250.060.27
HSL315.65º25%63.92%-
HSV(B)315.65º24.73%72.94%-
XYZ37.2732.2544.31-
YUV157.63137.24148.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=37.2%
G=28%
B=34.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614017400.250.060.27315.652563.92
HexBA8CAE01961B13c1940
Octal27221425603163347431100
Binary10111010100011001010111001100111011011100111100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CAE; }

 p { color: rgb(186,140,174); }

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

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

 a { background-color: rgb(186,140,174); }

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

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

 span { border-color: rgb(186,140,174); }

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