#BA83AE

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

Shades of London Hue #BA83AE

Tints of London Hue #BA83AE

Color information

#BA83AE (or 0xBA83AE) is unknown color: approx London Hue. HEX triplet: BA, 83 and AE. RGB value is (186,131,174). Sum of RGB (Red+Green+Blue) = 186+131+174=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83AE is #457C51. Grayscale: #989898. Windows color (decimal): -4553810 or 11436986. OLE color: 11436986.

HSL color Cylindrical-coordinate representation of color #BA83AE: hue angle of 313.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA83AE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186131174-
CMYK00.300.060.27
HSL313.09º28.5%62.16%-
HSV(B)313.09º29.57%72.94%-
XYZ36.0129.7343.88-
YUV152.35140.22152-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=37.88%
G=26.68%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613117400.300.060.27313.0928.562.16
HexBA83AE01E61B1391c3e
Octal2722032560366334713476
Binary1011101010000011101011100111101101101110011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83AE; }

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

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

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

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

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

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

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

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