#BA8BAF

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

Shades of London Hue #BA8BAF

Tints of London Hue #BA8BAF

Color information

#BA8BAF (or 0xBA8BAF) is unknown color: approx London Hue. HEX triplet: BA, 8B and AF. RGB value is (186,139,175). Sum of RGB (Red+Green+Blue) = 186+139+175=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BAF is #457450. Grayscale: #9D9D9D. Windows color (decimal): -4551761 or 11504570. OLE color: 11504570.

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

Color convert

RGB186139175-
CMYK00.250.060.27
HSL314.04º25.41%63.73%-
HSV(B)314.04º25.27%72.94%-
XYZ37.223244.77-
YUV157.16138.07148.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 175 (68.75% from 255) = 35%
R=37.2%
G=27.8%
B=35%

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
Decimal18613917500.250.060.27314.0425.4163.73
HexBA8BAF01961B13a1940
Octal27221325703163347231100
Binary10111010100010111010111101100111011011100111010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BAF; }

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

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

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

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

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

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

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

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