#BA91BA

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

Shades of London Hue #BA91BA

Tints of London Hue #BA91BA

Color information

#BA91BA (or 0xBA91BA) is unknown color: approx London Hue. HEX triplet: BA, 91 and BA. RGB value is (186,145,186). Sum of RGB (Red+Green+Blue) = 186+145+186=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA91BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91BA is #456E45. Grayscale: #A1A1A1. Windows color (decimal): -4550214 or 12227002. OLE color: 12227002.

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

Color convert

RGB186145186-
CMYK00.2200.27
HSL300º22.91%64.9%-
HSV(B)300º22.04%72.94%-
XYZ39.2434.2450.99-
YUV161.93141.58145.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=35.98%
G=28.05%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614518600.2200.2730022.9164.9
HexBA91BA01601B12c1741
Octal27222127202603345427101
Binary101110101001000110111010010110011011100101100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91BA; }

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

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

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

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

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

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

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

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