Html Css Color HEX #BA7BAC London Hue

📋 copy color: '#BA7BAC'

red 186 ◦ green 123 ◦ blue 172

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

Shades of London Hue #BA7BAC

Tints of London Hue #BA7BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.57%

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

R = 38.67%
G = 25.57%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA7BAC (or 0xBA7BAC) is known color: London Hue. HEX triplet: BA, 7B and AC. RGB value is (186,123,172). Sum of RGB (Red+Green+Blue) = 186+123+172=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BAC is #458453. Grayscale: #939393. Windows color (decimal): -4555860 or 11303866. OLE color: 11303866.

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

Color convert

RGB 186 123 172 -
CMYK 0 0.34 0.08 0.27
HSL 313.33º 0.31% 0.61% -
HSV(B) 313.33º 0.34% 0.73% -
XYZ 34.78 27.58 42.52 -
YUV 147.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 186 123 172 0 0.34 0.08 0.27 313.33 0.31 0.61
Hex BA 7B AC 0 22 8 1B 139 1F 3D
Octal 272 173 254 0 42 10 33 471 37 75
Binary 10111010 1111011 10101100 0 100010 1000 11011 100111001 11111 111101

Color Harmonies of #BA7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BAC

Black with #BA7BAC

Text Example


Text Example

White with #BA7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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