Html Css Color HEX #BA7CAC London Hue

📋 copy color: '#BA7CAC'

red 186 ◦ green 124 ◦ blue 172

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

Shades of London Hue #BA7CAC

Tints of London Hue #BA7CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

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

R = 38.59%
G = 25.73%
B = 35.68%

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

#BA7CAC (or 0xBA7CAC) is known color: London Hue. HEX triplet: BA, 7C and AC. RGB value is (186,124,172). Sum of RGB (Red+Green+Blue) = 186+124+172=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7CAC is #458353. Grayscale: #939393. Windows color (decimal): -4555604 or 11304122. OLE color: 11304122.

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

Color convert

RGB 186 124 172 -
CMYK 0 0.33 0.08 0.27
HSL 313.55º 0.31% 0.61% -
HSV(B) 313.55º 0.33% 0.73% -
XYZ 34.9 27.83 42.56 -
YUV 148.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 186 124 172 0 0.33 0.08 0.27 313.55 0.31 0.61
Hex BA 7C AC 0 21 8 1B 13A 1F 3D
Octal 272 174 254 0 41 10 33 472 37 75
Binary 10111010 1111100 10101100 0 100001 1000 11011 100111010 11111 111101

Color Harmonies of #BA7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CAC

Black with #BA7CAC

Text Example


Text Example

White with #BA7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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