#BA91B6

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

Shades of London Hue #BA91B6

Tints of London Hue #BA91B6

Color information

#BA91B6 (or 0xBA91B6) is unknown color: approx London Hue. HEX triplet: BA, 91 and B6. RGB value is (186,145,182). Sum of RGB (Red+Green+Blue) = 186+145+182=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91B6 is #456E49. Grayscale: #A1A1A1. Windows color (decimal): -4550218 or 11964858. OLE color: 11964858.

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

Color convert

RGB186145182-
CMYK00.220.020.27
HSL305.85º22.91%64.9%-
HSV(B)305.85º22.04%72.94%-
XYZ38.8234.0748.79-
YUV161.48139.58145.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=36.26%
G=28.27%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614518200.220.020.27305.8522.9164.9
HexBA91B601621B1321741
Octal27222126602623346227101
Binary1011101010010001101101100101101011011100110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91B6; }

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

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

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

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

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

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

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

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