#BA9EB7

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

Shades of London Hue #BA9EB7

Tints of London Hue #BA9EB7

Color information

#BA9EB7 (or 0xBA9EB7) is unknown color: approx London Hue. HEX triplet: BA, 9E and B7. RGB value is (186,158,183). Sum of RGB (Red+Green+Blue) = 186+158+183=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EB7 is #456148. Grayscale: #A9A9A9. Windows color (decimal): -4546889 or 12033722. OLE color: 12033722.

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

Color convert

RGB186158183-
CMYK00.150.020.27
HSL306.43º16.87%67.45%-
HSV(B)306.43º15.05%72.94%-
XYZ41.0238.3150.03-
YUV169.22135.78139.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 183 (71.88% from 255) = 34.72%
R=35.29%
G=29.98%
B=34.72%

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
Decimal18615818300.150.020.27306.4316.8767.45
HexBA9EB70F21B1321143
Octal27223626701723346221103
Binary101110101001111010110111011111011011100110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EB7; }

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

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

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

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

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

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

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

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