#BA7ABD

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

Shades of London Hue #BA7ABD

Tints of London Hue #BA7ABD

Color information

#BA7ABD (or 0xBA7ABD) is unknown color: approx London Hue. HEX triplet: BA, 7A and BD. RGB value is (186,122,189). Sum of RGB (Red+Green+Blue) = 186+122+189=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA7ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ABD is #458542. Grayscale: #949494. Windows color (decimal): -4556099 or 12417722. OLE color: 12417722.

HSL color Cylindrical-coordinate representation of color #BA7ABD: hue angle of 297.31º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7ABD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186122189-
CMYK0.020.3500.26
HSL297.31º33.67%60.98%-
HSV(B)297.31º35.45%74.12%-
XYZ36.3928.0351.64-
YUV148.77150.7154.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=37.42%
G=24.55%
B=38.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861221890.020.3500.26297.3133.6760.98
HexBA7ABD22301A129223d
Octal2721722752430324514275
Binary1011101011110101011110110100011011010100101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7ABD; }

 p { color: rgb(186,122,189); }

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

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

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

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

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

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

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