#BA90BA

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

Shades of London Hue #BA90BA

Tints of London Hue #BA90BA

Color information

#BA90BA (or 0xBA90BA) is unknown color: approx London Hue. HEX triplet: BA, 90 and BA. RGB value is (186,144,186). Sum of RGB (Red+Green+Blue) = 186+144+186=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA90BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90BA is #456F45. Grayscale: #A1A1A1. Windows color (decimal): -4550470 or 12226746. OLE color: 12226746.

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

Color convert

RGB186144186-
CMYK00.2300.27
HSL300º23.33%64.71%-
HSV(B)300º22.58%72.94%-
XYZ39.0933.9350.94-
YUV161.35141.91145.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=36.05%
G=27.91%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614418600.2300.2730023.3364.71
HexBA90BA01701B12c1741
Octal27222027202703345427101
Binary101110101001000010111010010111011011100101100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90BA; }

 p { color: rgb(186,144,186); }

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

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

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

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

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

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

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