Html Css Color HEX #BA82AC London Hue

📋 copy color: '#BA82AC'

red 186 ◦ green 130 ◦ blue 172

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

Shades of London Hue #BA82AC

Tints of London Hue #BA82AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.64%

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

R = 38.11%
G = 26.64%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA82AC (or 0xBA82AC) is known color: London Hue. HEX triplet: BA, 82 and AC. RGB value is (186,130,172). Sum of RGB (Red+Green+Blue) = 186+130+172=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA82AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA82AC is #457D53. Grayscale: #979797. Windows color (decimal): -4554068 or 11305658. OLE color: 11305658.

HSL color Cylindrical-coordinate representation of color #BA82AC: hue angle of 315º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA82AC is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 172 -
CMYK 0 0.30 0.08 0.27
HSL 315º 0.29% 0.62% -
HSV(B) 315º 0.3% 0.73% -
XYZ 35.68 29.38 42.82 -
YUV 151.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 186 130 172 0 0.30 0.08 0.27 315 0.29 0.62
Hex BA 82 AC 0 1E 8 1B 13B 1D 3E
Octal 272 202 254 0 36 10 33 473 35 76
Binary 10111010 10000010 10101100 0 11110 1000 11011 100111011 11101 111110

Color Harmonies of #BA82AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82AC

Black with #BA82AC

Text Example


Text Example

White with #BA82AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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