#BA91B8

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

Shades of London Hue #BA91B8

Tints of London Hue #BA91B8

Color information

#BA91B8 (or 0xBA91B8) is unknown color: approx London Hue. HEX triplet: BA, 91 and B8. RGB value is (186,145,184). Sum of RGB (Red+Green+Blue) = 186+145+184=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91B8 is #456E47. Grayscale: #A1A1A1. Windows color (decimal): -4550216 or 12095930. OLE color: 12095930.

HSL color Cylindrical-coordinate representation of color #BA91B8: hue angle of 302.93º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA91B8 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB186145184-
CMYK00.220.010.27
HSL302.93º22.91%64.9%-
HSV(B)302.93º22.04%72.94%-
XYZ39.0334.1549.88-
YUV161.7140.58145.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 184 (72.27% from 255) = 35.73%
R=36.12%
G=28.16%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614518400.220.010.27302.9322.9164.9
HexBA91B801611B12f1741
Octal27222127002613345727101
Binary101110101001000110111000010110111011100101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91B8; }

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

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

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

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

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

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

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

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