Html Css Color HEX #BA79AC London Hue

📋 copy color: '#BA79AC'

red 186 ◦ green 121 ◦ blue 172

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

Shades of London Hue #BA79AC

Tints of London Hue #BA79AC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.26%

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

R = 38.83%
G = 25.26%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA79AC (or 0xBA79AC) is known color: London Hue. HEX triplet: BA, 79 and AC. RGB value is (186,121,172). Sum of RGB (Red+Green+Blue) = 186+121+172=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA79AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA79AC is #458653. Grayscale: #929292. Windows color (decimal): -4556372 or 11303354. OLE color: 11303354.

HSL color Cylindrical-coordinate representation of color #BA79AC: hue angle of 312.92º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA79AC is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 121 172 -
CMYK 0 0.35 0.08 0.27
HSL 312.92º 0.32% 0.6% -
HSV(B) 312.92º 0.35% 0.73% -
XYZ 34.53 27.09 42.44 -
YUV 146.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 186 121 172 0 0.35 0.08 0.27 312.92 0.32 0.6
Hex BA 79 AC 0 23 8 1B 139 20 3C
Octal 272 171 254 0 43 10 33 471 40 74
Binary 10111010 1111001 10101100 0 100011 1000 11011 100111001 100000 111100

Color Harmonies of #BA79AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79AC

Black with #BA79AC

Text Example


Text Example

White with #BA79AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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