#BA89BD

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

Shades of London Hue #BA89BD

Tints of London Hue #BA89BD

Color information

#BA89BD (or 0xBA89BD) is unknown color: approx London Hue. HEX triplet: BA, 89 and BD. RGB value is (186,137,189). Sum of RGB (Red+Green+Blue) = 186+137+189=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89BD is #457642. Grayscale: #9D9D9D. Windows color (decimal): -4552259 or 12421562. OLE color: 12421562.

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

Color convert

RGB186137189-
CMYK0.020.2800.26
HSL296.54º28.26%63.92%-
HSV(B)296.54º27.51%74.12%-
XYZ38.383252.3-
YUV157.58145.73148.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=36.33%
G=26.76%
B=36.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861371890.020.2800.26296.5428.2663.92
HexBA89BD21C01A1291c40
Octal27221127523403245134100
Binary1011101010001001101111011011100011010100101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89BD; }

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

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

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

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

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

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

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

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