#BA8CAC

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

Shades of London Hue #BA8CAC

Tints of London Hue #BA8CAC

Color information

#BA8CAC (or 0xBA8CAC) is unknown color: approx London Hue. HEX triplet: BA, 8C and AC. RGB value is (186,140,172). Sum of RGB (Red+Green+Blue) = 186+140+172=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CAC is #457353. Grayscale: #9D9D9D. Windows color (decimal): -4551508 or 11308218. OLE color: 11308218.

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

Color convert

RGB186140172-
CMYK00.250.080.27
HSL318.26º25%63.92%-
HSV(B)318.26º24.73%72.94%-
XYZ37.0732.1743.29-
YUV157.4136.24148.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=37.35%
G=28.11%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614017200.250.080.27318.262563.92
HexBA8CAC01981B13e1940
Octal272214254031103347631100
Binary101110101000110010101100011001100011011100111110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CAC; }

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

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

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

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

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

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

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

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