Html Css Color HEX #BA89AD London Hue

📋 copy color: '#BA89AD'

red 186 ◦ green 137 ◦ blue 173

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

Shades of London Hue #BA89AD

Tints of London Hue #BA89AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

 BLUE value IS 173 (67.97% from 255) = 34.88%

R = 37.5%
G = 27.62%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA89AD (or 0xBA89AD) is known color: London Hue. HEX triplet: BA, 89 and AD. RGB value is (186,137,173). Sum of RGB (Red+Green+Blue) = 186+137+173=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA89AD is #457652. Grayscale: #9B9B9B. Windows color (decimal): -4552275 or 11372986. OLE color: 11372986.

HSL color Cylindrical-coordinate representation of color #BA89AD: hue angle of 315.92º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA89AD is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 173 -
CMYK 0 0.26 0.07 0.27
HSL 315.92º 0.26% 0.63% -
HSV(B) 315.92º 0.26% 0.73% -
XYZ 36.74 31.35 43.65 -
YUV 155.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 186 137 173 0 0.26 0.07 0.27 315.92 0.26 0.63
Hex BA 89 AD 0 1A 7 1B 13C 1A 3F
Octal 272 211 255 0 32 7 33 474 32 77
Binary 10111010 10001001 10101101 0 11010 111 11011 100111100 11010 111111

Color Harmonies of #BA89AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89AD

Black with #BA89AD

Text Example


Text Example

White with #BA89AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89AD; }

 p { color: rgb(186,137,173); }

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

background-color css

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

 a { background-color: rgb(186,137,173); }

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

border-color css

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

 span { border-color: rgb(186,137,173); }

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