Html Css Color HEX #BA80AC London Hue

📋 copy color: '#BA80AC'

red 186 ◦ green 128 ◦ blue 172

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

Shades of London Hue #BA80AC

Tints of London Hue #BA80AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 38.27%
G = 26.34%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA80AC (or 0xBA80AC) is known color: London Hue. HEX triplet: BA, 80 and AC. RGB value is (186,128,172). Sum of RGB (Red+Green+Blue) = 186+128+172=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80AC is #457F53. Grayscale: #969696. Windows color (decimal): -4554580 or 11305146. OLE color: 11305146.

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

Color convert

RGB 186 128 172 -
CMYK 0 0.31 0.08 0.27
HSL 314.48º 0.3% 0.62% -
HSV(B) 314.48º 0.31% 0.73% -
XYZ 35.42 28.86 42.73 -
YUV 150.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 186 128 172 0 0.31 0.08 0.27 314.48 0.3 0.62
Hex BA 80 AC 0 1F 8 1B 13A 1E 3E
Octal 272 200 254 0 37 10 33 472 36 76
Binary 10111010 10000000 10101100 0 11111 1000 11011 100111010 11110 111110

Color Harmonies of #BA80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80AC

Black with #BA80AC

Text Example


Text Example

White with #BA80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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