#BA8BB2

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

Shades of London Hue #BA8BB2

Tints of London Hue #BA8BB2

Color information

#BA8BB2 (or 0xBA8BB2) is unknown color: approx London Hue. HEX triplet: BA, 8B and B2. RGB value is (186,139,178). Sum of RGB (Red+Green+Blue) = 186+139+178=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BB2 is #45744D. Grayscale: #9D9D9D. Windows color (decimal): -4551758 or 11701178. OLE color: 11701178.

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

Color convert

RGB186139178-
CMYK00.250.040.27
HSL310.21º25.41%63.73%-
HSV(B)310.21º25.27%72.94%-
XYZ37.5232.1246.34-
YUV157.5139.57148.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=36.98%
G=27.63%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613917800.250.040.27310.2125.4163.73
HexBA8BB201941B1361940
Octal27221326203143346631100
Binary10111010100010111011001001100110011011100110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BB2; }

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

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

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

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

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

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

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

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