Html Css Color HEX #BA80AE London Hue

📋 copy color: '#BA80AE'

red 186 ◦ green 128 ◦ blue 174

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

Shades of London Hue #BA80AE

Tints of London Hue #BA80AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.23%

 BLUE value IS 174 (68.36% from 255) = 35.66%

R = 38.11%
G = 26.23%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA80AE (or 0xBA80AE) is known color: London Hue. HEX triplet: BA, 80 and AE. RGB value is (186,128,174). Sum of RGB (Red+Green+Blue) = 186+128+174=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80AE is #457F51. Grayscale: #969696. Windows color (decimal): -4554578 or 11436218. OLE color: 11436218.

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

Color convert

RGB 186 128 174 -
CMYK 0 0.31 0.06 0.27
HSL 312.41º 0.3% 0.62% -
HSV(B) 312.41º 0.31% 0.73% -
XYZ 35.61 28.93 43.75 -
YUV 150.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 186 128 174 0 0.31 0.06 0.27 312.41 0.3 0.62
Hex BA 80 AE 0 1F 6 1B 138 1E 3E
Octal 272 200 256 0 37 6 33 470 36 76
Binary 10111010 10000000 10101110 0 11111 110 11011 100111000 11110 111110

Color Harmonies of #BA80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80AE

Black with #BA80AE

Text Example


Text Example

White with #BA80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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