Html Css Color HEX #BA83AA London Hue

📋 copy color: '#BA83AA'

red 186 ◦ green 131 ◦ blue 170

#BA83AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BA83AA

Tints of London Hue #BA83AA

RGB

 RED value IS 186 (73.05% from 255) = 38.19%

 GREEN value IS 131 (51.56% from 255) = 26.9%

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 38.19%
G = 26.9%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA83AA (or 0xBA83AA) is known color: London Hue. HEX triplet: BA, 83 and AA. RGB value is (186,131,170). Sum of RGB (Red+Green+Blue) = 186+131+170=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83AA is #457C55. Grayscale: #979797. Windows color (decimal): -4553814 or 11174842. OLE color: 11174842.

HSL color Cylindrical-coordinate representation of color #BA83AA: hue angle of 317.45º 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 #BA83AA is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 170 -
CMYK 0 0.30 0.09 0.27
HSL 317.45º 0.28% 0.62% -
HSV(B) 317.45º 0.3% 0.73% -
XYZ 35.62 29.57 41.86 -
YUV 151.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 186 131 170 0 0.30 0.09 0.27 317.45 0.28 0.62
Hex BA 83 AA 0 1E 9 1B 13D 1C 3E
Octal 272 203 252 0 36 11 33 475 34 76
Binary 10111010 10000011 10101010 0 11110 1001 11011 100111101 11100 111110

Color Harmonies of #BA83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83AA

Black with #BA83AA

Text Example


Text Example

White with #BA83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83AA; }

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

 H1.HeaderClassName
 {
   color: #BA83AA;
 }
 .AnyTagClassName
 {
   color: #BA83AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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