#BA9EB5

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

Shades of London Hue #BA9EB5

Tints of London Hue #BA9EB5

Color information

#BA9EB5 (or 0xBA9EB5) is unknown color: approx London Hue. HEX triplet: BA, 9E and B5. RGB value is (186,158,181). Sum of RGB (Red+Green+Blue) = 186+158+181=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EB5 is #45614A. Grayscale: #A8A8A8. Windows color (decimal): -4546891 or 11902650. OLE color: 11902650.

HSL color Cylindrical-coordinate representation of color #BA9EB5: hue angle of 310.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9EB5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186158181-
CMYK00.150.030.27
HSL310.71º16.87%67.45%-
HSV(B)310.71º15.05%72.94%-
XYZ40.8238.2348.94-
YUV168.99134.78140.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=35.43%
G=30.10%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615818100.150.030.27310.7116.8767.45
HexBA9EB50F31B1371143
Octal27223626501733346721103
Binary101110101001111010110101011111111011100110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EB5; }

 p { color: rgb(186,158,181); }

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

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

 a { background-color: rgb(186,158,181); }

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

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

 span { border-color: rgb(186,158,181); }

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