#BA9EB8

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

Shades of London Hue #BA9EB8

Tints of London Hue #BA9EB8

Color information

#BA9EB8 (or 0xBA9EB8) is unknown color: approx London Hue. HEX triplet: BA, 9E and B8. RGB value is (186,158,184). Sum of RGB (Red+Green+Blue) = 186+158+184=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EB8 is #456147. Grayscale: #A9A9A9. Windows color (decimal): -4546888 or 12099258. OLE color: 12099258.

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

Color convert

RGB186158184-
CMYK00.150.010.27
HSL304.29º16.87%67.45%-
HSV(B)304.29º15.05%72.94%-
XYZ41.1338.3550.58-
YUV169.34136.28139.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=35.23%
G=29.92%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615818400.150.010.27304.2916.8767.45
HexBA9EB80F11B1301143
Octal27223627001713346021103
Binary10111010100111101011100001111111011100110000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EB8; }

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

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

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

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

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

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

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

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