#BA8BBA

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

Shades of London Hue #BA8BBA

Tints of London Hue #BA8BBA

Color information

#BA8BBA (or 0xBA8BBA) is unknown color: approx London Hue. HEX triplet: BA, 8B and BA. RGB value is (186,139,186). Sum of RGB (Red+Green+Blue) = 186+139+186=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA8BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BBA is #457445. Grayscale: #9E9E9E. Windows color (decimal): -4551750 or 12225466. OLE color: 12225466.

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

Color convert

RGB186139186-
CMYK00.2500.27
HSL300º25.41%63.73%-
HSV(B)300º25.27%72.94%-
XYZ38.3532.4550.7-
YUV158.41143.57147.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=36.40%
G=27.20%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613918600.2500.2730025.4163.73
HexBA8BBA01901B12c1940
Octal27221327203103345431100
Binary101110101000101110111010011001011011100101100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BBA; }

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

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

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

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

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

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

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

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