#BA7BAD

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

Shades of London Hue #BA7BAD

Tints of London Hue #BA7BAD

Color information

#BA7BAD (or 0xBA7BAD) is unknown color: approx London Hue. HEX triplet: BA, 7B and AD. RGB value is (186,123,173). Sum of RGB (Red+Green+Blue) = 186+123+173=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BAD is #458452. Grayscale: #939393. Windows color (decimal): -4555859 or 11369402. OLE color: 11369402.

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

Color convert

RGB186123173-
CMYK00.340.070.27
HSL312.38º31.34%60.59%-
HSV(B)312.38º33.87%72.94%-
XYZ34.8827.6243.03-
YUV147.54142.37155.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=38.59%
G=25.52%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612317300.340.070.27312.3831.3460.59
HexBA7BAD02271B1381f3d
Octal2721732550427334703775
Binary1011101011110111010110101000101111101110011100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BAD; }

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

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

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

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

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

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

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

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