#BA96BA

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

Shades of London Hue #BA96BA

Tints of London Hue #BA96BA

Color information

#BA96BA (or 0xBA96BA) is unknown color: approx London Hue. HEX triplet: BA, 96 and BA. RGB value is (186,150,186). Sum of RGB (Red+Green+Blue) = 186+150+186=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96BA is #456945. Grayscale: #A4A4A4. Windows color (decimal): -4548934 or 12228282. OLE color: 12228282.

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

Color convert

RGB186150186-
CMYK00.1900.27
HSL300º20.69%65.88%-
HSV(B)300º19.35%72.94%-
XYZ40.0235.851.25-
YUV164.87139.93143.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=35.63%
G=28.74%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615018600.1900.2730020.6965.88
HexBA96BA01301B12c1542
Octal27222627202303345425102
Binary101110101001011010111010010011011011100101100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96BA; }

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

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

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

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

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

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

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

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