#BA85B0

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

Shades of London Hue #BA85B0

Tints of London Hue #BA85B0

Color information

#BA85B0 (or 0xBA85B0) is unknown color: approx London Hue. HEX triplet: BA, 85 and B0. RGB value is (186,133,176). Sum of RGB (Red+Green+Blue) = 186+133+176=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85B0 is #457A4F. Grayscale: #999999. Windows color (decimal): -4553296 or 11568570. OLE color: 11568570.

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

Color convert

RGB186133176-
CMYK00.280.050.27
HSL311.32º27.75%62.55%-
HSV(B)311.32º28.49%72.94%-
XYZ36.4730.3545.01-
YUV153.75140.56151-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 176 (69.14% from 255) = 35.56%
R=37.58%
G=26.87%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613317600.280.050.27311.3227.7562.55
HexBA85B001C51B1371c3f
Octal2722052600345334673477
Binary1011101010000101101100000111001011101110011011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85B0; }

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

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

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

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

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

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

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

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