#BA9EB6

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

Shades of London Hue #BA9EB6

Tints of London Hue #BA9EB6

Color information

#BA9EB6 (or 0xBA9EB6) is unknown color: approx London Hue. HEX triplet: BA, 9E and B6. RGB value is (186,158,182). Sum of RGB (Red+Green+Blue) = 186+158+182=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EB6 is #456149. Grayscale: #A9A9A9. Windows color (decimal): -4546890 or 11968186. OLE color: 11968186.

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

Color convert

RGB186158182-
CMYK00.150.020.27
HSL308.57º16.87%67.45%-
HSV(B)308.57º15.05%72.94%-
XYZ40.9238.2749.49-
YUV169.11135.28140.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=35.36%
G=30.04%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615818200.150.020.27308.5716.8767.45
HexBA9EB60F21B1351143
Octal27223626601723346521103
Binary101110101001111010110110011111011011100110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EB6; }

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

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

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

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

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

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

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

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