#BA88B0

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

Shades of London Hue #BA88B0

Tints of London Hue #BA88B0

Color information

#BA88B0 (or 0xBA88B0) is unknown color: approx London Hue. HEX triplet: BA, 88 and B0. RGB value is (186,136,176). Sum of RGB (Red+Green+Blue) = 186+136+176=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88B0 is #45774F. Grayscale: #9B9B9B. Windows color (decimal): -4552528 or 11569338. OLE color: 11569338.

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

Color convert

RGB186136176-
CMYK00.270.050.27
HSL312º26.6%63.14%-
HSV(B)312º26.88%72.94%-
XYZ36.8931.1845.15-
YUV155.51139.56149.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 176 (69.14% from 255) = 35.34%
R=37.35%
G=27.31%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613617600.270.050.2731226.663.14
HexBA88B001B51B1381b3f
Octal2722102600335334703377
Binary1011101010001000101100000110111011101110011100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88B0; }

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

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

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

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

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

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

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

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