#BA8BB4

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

Shades of London Hue #BA8BB4

Tints of London Hue #BA8BB4

Color information

#BA8BB4 (or 0xBA8BB4) is unknown color: approx London Hue. HEX triplet: BA, 8B and B4. RGB value is (186,139,180). Sum of RGB (Red+Green+Blue) = 186+139+180=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BB4 is #45744B. Grayscale: #9D9D9D. Windows color (decimal): -4551756 or 11832250. OLE color: 11832250.

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

Color convert

RGB186139180-
CMYK00.250.030.27
HSL307.66º25.41%63.73%-
HSV(B)307.66º25.27%72.94%-
XYZ37.7232.247.41-
YUV157.73140.57148.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=36.83%
G=27.52%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613918000.250.030.27307.6625.4163.73
HexBA8BB401931B1341940
Octal27221326403133346431100
Binary1011101010001011101101000110011111011100110100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BB4; }

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

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

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

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

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

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

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

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