#BA89B1

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

Shades of London Hue #BA89B1

Tints of London Hue #BA89B1

Color information

#BA89B1 (or 0xBA89B1) is unknown color: approx London Hue. HEX triplet: BA, 89 and B1. RGB value is (186,137,177). Sum of RGB (Red+Green+Blue) = 186+137+177=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA89B1 is #45764E. Grayscale: #9C9C9C. Windows color (decimal): -4552271 or 11635130. OLE color: 11635130.

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

Color convert

RGB186137177-
CMYK00.260.050.27
HSL311.02º26.2%63.33%-
HSV(B)311.02º26.34%72.94%-
XYZ37.1331.545.72-
YUV156.21139.73149.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=37.2%
G=27.4%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613717700.260.050.27311.0226.263.33
HexBA89B101A51B1371a3f
Octal2722112610325334673277
Binary1011101010001001101100010110101011101110011011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89B1; }

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

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

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

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

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

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

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

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