Html Css Color HEX #BA7DAC London Hue

📋 copy color: '#BA7DAC'

red 186 ◦ green 125 ◦ blue 172

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

Shades of London Hue #BA7DAC

Tints of London Hue #BA7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.88%

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

R = 38.51%
G = 25.88%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA7DAC (or 0xBA7DAC) is known color: London Hue. HEX triplet: BA, 7D and AC. RGB value is (186,125,172). Sum of RGB (Red+Green+Blue) = 186+125+172=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DAC is #458253. Grayscale: #949494. Windows color (decimal): -4555348 or 11304378. OLE color: 11304378.

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

Color convert

RGB 186 125 172 -
CMYK 0 0.33 0.08 0.27
HSL 313.77º 0.31% 0.61% -
HSV(B) 313.77º 0.33% 0.73% -
XYZ 35.03 28.08 42.6 -
YUV 148.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 186 125 172 0 0.33 0.08 0.27 313.77 0.31 0.61
Hex BA 7D AC 0 21 8 1B 13A 1F 3D
Octal 272 175 254 0 41 10 33 472 37 75
Binary 10111010 1111101 10101100 0 100001 1000 11011 100111010 11111 111101

Color Harmonies of #BA7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DAC

Black with #BA7DAC

Text Example


Text Example

White with #BA7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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