#ba93b0

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

Shades of London Hue #BA93B0

Tints of London Hue #BA93B0

Color information

#BA93B0 (or 0xBA93B0) is unknown color: approx London Hue. HEX triplet: BA, 93 and B0. RGB value is (186,147,176). Sum of RGB (Red+Green+Blue) = 186+147+176=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93B0 is #456C4F. Grayscale: #A1A1A1. Windows color (decimal): -4549712 or 11572154. OLE color: 11572154.

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

Color convert

RGB186147176-
CMYK00.210.050.27
HSL315.38º22.03%65.29%-
HSV(B)315.38º20.97%72.94%-
XYZ38.5234.4445.69-
YUV161.97135.92145.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 176 (69.14% from 255) = 34.58%
R=36.54%
G=28.88%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614717600.210.050.27315.3822.0365.29
HexBA93B001551B13b1641
Octal27222326002553347326101
Binary10111010100100111011000001010110111011100111011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba93b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba93b0; }

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

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

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

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

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

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

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

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