#BA7DAD

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

Shades of London Hue #BA7DAD

Tints of London Hue #BA7DAD

Color information

#BA7DAD (or 0xBA7DAD) is unknown color: approx London Hue. HEX triplet: BA, 7D and AD. RGB value is (186,125,173). Sum of RGB (Red+Green+Blue) = 186+125+173=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DAD is #458252. Grayscale: #949494. Windows color (decimal): -4555347 or 11369914. OLE color: 11369914.

HSL color Cylindrical-coordinate representation of color #BA7DAD: hue angle of 312.79º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7DAD is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186125173-
CMYK00.330.070.27
HSL312.79º30.65%60.98%-
HSV(B)312.79º32.8%72.94%-
XYZ35.1328.1243.11-
YUV148.71141.71154.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=38.43%
G=25.83%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612517300.330.070.27312.7930.6560.98
HexBA7DAD02171B1391f3d
Octal2721752550417334713775
Binary1011101011111011010110101000011111101110011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DAD; }

 p { color: rgb(186,125,173); }

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

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

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

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

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

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

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