#BA8BAE

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

Shades of London Hue #BA8BAE

Tints of London Hue #BA8BAE

Color information

#BA8BAE (or 0xBA8BAE) is unknown color: approx London Hue. HEX triplet: BA, 8B and AE. RGB value is (186,139,174). Sum of RGB (Red+Green+Blue) = 186+139+174=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BAE is #457451. Grayscale: #9C9C9C. Windows color (decimal): -4551762 or 11439034. OLE color: 11439034.

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

Color convert

RGB186139174-
CMYK00.250.060.27
HSL315.32º25.41%63.73%-
HSV(B)315.32º25.27%72.94%-
XYZ37.1231.9644.26-
YUV157.04137.57148.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=37.27%
G=27.86%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613917400.250.060.27315.3225.4163.73
HexBA8BAE01961B13b1940
Octal27221325603163347331100
Binary10111010100010111010111001100111011011100111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BAE; }

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

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

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

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

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

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

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

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