#BA85AD

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

Shades of London Hue #BA85AD

Tints of London Hue #BA85AD

Color information

#BA85AD (or 0xBA85AD) is unknown color: approx London Hue. HEX triplet: BA, 85 and AD. RGB value is (186,133,173). Sum of RGB (Red+Green+Blue) = 186+133+173=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85AD is #457A52. Grayscale: #999999. Windows color (decimal): -4553299 or 11371962. OLE color: 11371962.

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

Color convert

RGB186133173-
CMYK00.280.070.27
HSL314.72º27.75%62.55%-
HSV(B)314.72º28.49%72.94%-
XYZ36.1830.2343.46-
YUV153.41139.06151.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=37.80%
G=27.03%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613317300.280.070.27314.7227.7562.55
HexBA85AD01C71B13b1c3f
Octal2722052550347334733477
Binary1011101010000101101011010111001111101110011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85AD; }

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

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

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

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

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

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

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

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