#BA88BA

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

Shades of London Hue #BA88BA

Tints of London Hue #BA88BA

Color information

#BA88BA (or 0xBA88BA) is unknown color: approx London Hue. HEX triplet: BA, 88 and BA. RGB value is (186,136,186). Sum of RGB (Red+Green+Blue) = 186+136+186=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88BA is #457745. Grayscale: #9C9C9C. Windows color (decimal): -4552518 or 12224698. OLE color: 12224698.

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

Color convert

RGB186136186-
CMYK00.2700.27
HSL300º26.6%63.14%-
HSV(B)300º26.88%72.94%-
XYZ37.9231.5950.55-
YUV156.65144.56148.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=36.61%
G=26.77%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613618600.2700.2730026.663.14
HexBA88BA01B01B12c1b3f
Octal2722102720330334543377
Binary10111010100010001011101001101101101110010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88BA; }

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

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

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

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

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

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

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

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