#BA88BE

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

Shades of London Hue #BA88BE

Tints of London Hue #BA88BE

Color information

#BA88BE (or 0xBA88BE) is unknown color: approx London Hue. HEX triplet: BA, 88 and BE. RGB value is (186,136,190). Sum of RGB (Red+Green+Blue) = 186+136+190=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA88BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88BE is #457741. Grayscale: #9C9C9C. Windows color (decimal): -4552514 or 12486842. OLE color: 12486842.

HSL color Cylindrical-coordinate representation of color #BA88BE: hue angle of 295.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA88BE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186136190-
CMYK0.020.2800.25
HSL295.56º29.35%63.92%-
HSV(B)295.56º28.42%74.51%-
XYZ38.3531.7752.83-
YUV157.11146.56148.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=36.33%
G=26.56%
B=37.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861361900.020.2800.25295.5629.3563.92
HexBA88BE21C0191281d40
Octal27221027623403145035100
Binary1011101010001000101111101011100011001100101000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88BE; }

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

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

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

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

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

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

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

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