Html Css Color HEX #BA84AE London Hue

📋 copy color: '#BA84AE'

red 186 ◦ green 132 ◦ blue 174

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

Shades of London Hue #BA84AE

Tints of London Hue #BA84AE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

 BLUE value IS 174 (68.36% from 255) = 35.37%

R = 37.8%
G = 26.83%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA84AE (or 0xBA84AE) is known color: London Hue. HEX triplet: BA, 84 and AE. RGB value is (186,132,174). Sum of RGB (Red+Green+Blue) = 186+132+174=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84AE is #457B51. Grayscale: #989898. Windows color (decimal): -4553554 or 11437242. OLE color: 11437242.

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

Color convert

RGB 186 132 174 -
CMYK 0 0.29 0.06 0.27
HSL 313.33º 0.28% 0.62% -
HSV(B) 313.33º 0.29% 0.73% -
XYZ 36.14 30 43.93 -
YUV 152.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 186 132 174 0 0.29 0.06 0.27 313.33 0.28 0.62
Hex BA 84 AE 0 1D 6 1B 139 1C 3E
Octal 272 204 256 0 35 6 33 471 34 76
Binary 10111010 10000100 10101110 0 11101 110 11011 100111001 11100 111110

Color Harmonies of #BA84AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84AE

Black with #BA84AE

Text Example


Text Example

White with #BA84AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84AE; }

 p { color: rgb(186,132,174); }

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

background-color css

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

 a { background-color: rgb(186,132,174); }

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

border-color css

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

 span { border-color: rgb(186,132,174); }

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