#BA93B4

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

Shades of London Hue #BA93B4

Tints of London Hue #BA93B4

Color information

#BA93B4 (or 0xBA93B4) is unknown color: approx London Hue. HEX triplet: BA, 93 and B4. RGB value is (186,147,180). Sum of RGB (Red+Green+Blue) = 186+147+180=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93B4 is #456C4B. Grayscale: #A2A2A2. Windows color (decimal): -4549708 or 11834298. OLE color: 11834298.

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

Color convert

RGB186147180-
CMYK00.210.030.27
HSL309.23º22.03%65.29%-
HSV(B)309.23º20.97%72.94%-
XYZ38.9234.647.81-
YUV162.42137.92144.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=36.26%
G=28.65%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614718000.210.030.27309.2322.0365.29
HexBA93B401531B1351641
Octal27222326402533346526101
Binary1011101010010011101101000101011111011100110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93B4; }

 p { color: rgb(186,147,180); }

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

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

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

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

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

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

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