#BA8BB1

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

Shades of London Hue #BA8BB1

Tints of London Hue #BA8BB1

Color information

#BA8BB1 (or 0xBA8BB1) is unknown color: approx London Hue. HEX triplet: BA, 8B and B1. RGB value is (186,139,177). Sum of RGB (Red+Green+Blue) = 186+139+177=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BB1 is #45744E. Grayscale: #9D9D9D. Windows color (decimal): -4551759 or 11635642. OLE color: 11635642.

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

Color convert

RGB186139177-
CMYK00.250.050.27
HSL311.49º25.41%63.73%-
HSV(B)311.49º25.27%72.94%-
XYZ37.4232.0845.81-
YUV157.38139.07148.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=37.05%
G=27.69%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613917700.250.050.27311.4925.4163.73
HexBA8BB101951B1371940
Octal27221326103153346731100
Binary10111010100010111011000101100110111011100110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BB1; }

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

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

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

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

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

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

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

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