#BA92BA

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

Shades of London Hue #BA92BA

Tints of London Hue #BA92BA

Color information

#BA92BA (or 0xBA92BA) is unknown color: approx London Hue. HEX triplet: BA, 92 and BA. RGB value is (186,146,186). Sum of RGB (Red+Green+Blue) = 186+146+186=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92BA is #456D45. Grayscale: #A2A2A2. Windows color (decimal): -4549958 or 12227258. OLE color: 12227258.

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

Color convert

RGB186146186-
CMYK00.2200.27
HSL300º22.47%65.1%-
HSV(B)300º21.51%72.94%-
XYZ39.3934.5451.05-
YUV162.52141.25144.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=35.91%
G=28.19%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614618600.2200.2730022.4765.1
HexBA92BA01601B12c1641
Octal27222227202603345426101
Binary101110101001001010111010010110011011100101100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92BA; }

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

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

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

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

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

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

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

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