#BA97BA

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

Shades of London Hue #BA97BA

Tints of London Hue #BA97BA

Color information

#BA97BA (or 0xBA97BA) is unknown color: approx London Hue. HEX triplet: BA, 97 and BA. RGB value is (186,151,186). Sum of RGB (Red+Green+Blue) = 186+151+186=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97BA is #456845. Grayscale: #A5A5A5. Windows color (decimal): -4548678 or 12228538. OLE color: 12228538.

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

Color convert

RGB186151186-
CMYK00.1900.27
HSL300º20.23%66.08%-
HSV(B)300º18.82%72.94%-
XYZ40.1836.1251.31-
YUV165.46139.6142.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=35.56%
G=28.87%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615118600.1900.2730020.2366.08
HexBA97BA01301B12c1442
Octal27222727202303345424102
Binary101110101001011110111010010011011011100101100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97BA; }

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

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

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

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

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

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

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

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