#BA89BE

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

Shades of London Hue #BA89BE

Tints of London Hue #BA89BE

Color information

#BA89BE (or 0xBA89BE) is unknown color: approx London Hue. HEX triplet: BA, 89 and BE. RGB value is (186,137,190). Sum of RGB (Red+Green+Blue) = 186+137+190=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89BE is #457641. Grayscale: #9D9D9D. Windows color (decimal): -4552258 or 12487098. OLE color: 12487098.

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

Color convert

RGB186137190-
CMYK0.020.2800.25
HSL295.47º28.96%64.12%-
HSV(B)295.47º27.89%74.51%-
XYZ38.4932.0552.87-
YUV157.69146.23148.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=36.26%
G=26.71%
B=37.04%

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
Decimal1861371900.020.2800.25295.4728.9664.12
HexBA89BE21C0191271d40
Octal27221127623403144735100
Binary1011101010001001101111101011100011001100100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89BE; }

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

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

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

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

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

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

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

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