#BA7BAE

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

Shades of London Hue #BA7BAE

Tints of London Hue #BA7BAE

Color information

#BA7BAE (or 0xBA7BAE) is unknown color: approx London Hue. HEX triplet: BA, 7B and AE. RGB value is (186,123,174). Sum of RGB (Red+Green+Blue) = 186+123+174=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BAE is #458451. Grayscale: #939393. Windows color (decimal): -4555858 or 11434938. OLE color: 11434938.

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

Color convert

RGB186123174-
CMYK00.340.060.27
HSL311.43º31.34%60.59%-
HSV(B)311.43º33.87%72.94%-
XYZ34.9727.6643.54-
YUV147.65142.87155.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=38.51%
G=25.47%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612317400.340.060.27311.4331.3460.59
HexBA7BAE02261B1371f3d
Octal2721732560426334673775
Binary1011101011110111010111001000101101101110011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BAE; }

 p { color: rgb(186,123,174); }

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

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

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

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

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

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

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