#BA7DAF

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

Shades of London Hue #BA7DAF

Tints of London Hue #BA7DAF

Color information

#BA7DAF (or 0xBA7DAF) is unknown color: approx London Hue. HEX triplet: BA, 7D and AF. RGB value is (186,125,175). Sum of RGB (Red+Green+Blue) = 186+125+175=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DAF is #458250. Grayscale: #949494. Windows color (decimal): -4555345 or 11500986. OLE color: 11500986.

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

Color convert

RGB186125175-
CMYK00.330.060.27
HSL310.82º30.65%60.98%-
HSV(B)310.82º32.8%72.94%-
XYZ35.3228.244.14-
YUV148.94142.71154.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=38.27%
G=25.72%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612517500.330.060.27310.8230.6560.98
HexBA7DAF02161B1371f3d
Octal2721752570416334673775
Binary1011101011111011010111101000011101101110011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DAF; }

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

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

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

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

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

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

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

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