#BA8ABE

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

Shades of London Hue #BA8ABE

Tints of London Hue #BA8ABE

Color information

#BA8ABE (or 0xBA8ABE) is unknown color: approx London Hue. HEX triplet: BA, 8A and BE. RGB value is (186,138,190). Sum of RGB (Red+Green+Blue) = 186+138+190=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ABE is #457541. Grayscale: #9E9E9E. Windows color (decimal): -4552002 or 12487354. OLE color: 12487354.

HSL color Cylindrical-coordinate representation of color #BA8ABE: hue angle of 295.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA8ABE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186138190-
CMYK0.020.2700.25
HSL295.38º28.57%64.31%-
HSV(B)295.38º27.37%74.51%-
XYZ38.6332.3352.92-
YUV158.28145.9147.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=36.19%
G=26.85%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861381900.020.2700.25295.3828.5764.31
HexBA8ABE21B0191271d40
Octal27221227623303144735100
Binary1011101010001010101111101011011011001100100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8ABE; }

 p { color: rgb(186,138,190); }

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

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

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

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

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

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

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