#BA8DBA

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

Shades of London Hue #BA8DBA

Tints of London Hue #BA8DBA

Color information

#BA8DBA (or 0xBA8DBA) is unknown color: approx London Hue. HEX triplet: BA, 8D and BA. RGB value is (186,141,186). Sum of RGB (Red+Green+Blue) = 186+141+186=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DBA is #457245. Grayscale: #9F9F9F. Windows color (decimal): -4551238 or 12225978. OLE color: 12225978.

HSL color Cylindrical-coordinate representation of color #BA8DBA: 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.24%. Process color model (Four color, CMYK) of #BA8DBA is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186141186-
CMYK00.2400.27
HSL300º24.59%64.12%-
HSV(B)300º24.19%72.94%-
XYZ38.6433.0350.79-
YUV159.58142.91146.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=36.26%
G=27.49%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614118600.2400.2730024.5964.12
HexBA8DBA01801B12c1940
Octal27221527203003345431100
Binary101110101000110110111010011000011011100101100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DBA; }

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

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

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

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

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

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

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

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