Html Css Color HEX #BA87AD London Hue

📋 copy color: '#BA87AD'

red 186 ◦ green 135 ◦ blue 173

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

Shades of London Hue #BA87AD

Tints of London Hue #BA87AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.33%

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

R = 37.65%
G = 27.33%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA87AD (or 0xBA87AD) is known color: London Hue. HEX triplet: BA, 87 and AD. RGB value is (186,135,173). Sum of RGB (Red+Green+Blue) = 186+135+173=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87AD is #457852. Grayscale: #9A9A9A. Windows color (decimal): -4552787 or 11372474. OLE color: 11372474.

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

Color convert

RGB 186 135 173 -
CMYK 0 0.27 0.07 0.27
HSL 315.29º 0.27% 0.63% -
HSV(B) 315.29º 0.27% 0.73% -
XYZ 36.46 30.78 43.56 -
YUV 154.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 186 135 173 0 0.27 0.07 0.27 315.29 0.27 0.63
Hex BA 87 AD 0 1B 7 1B 13B 1B 3F
Octal 272 207 255 0 33 7 33 473 33 77
Binary 10111010 10000111 10101101 0 11011 111 11011 100111011 11011 111111

Color Harmonies of #BA87AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87AD

Black with #BA87AD

Text Example


Text Example

White with #BA87AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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