Html Css Color HEX #BA87AB London Hue

📋 copy color: '#BA87AB'

red 186 ◦ green 135 ◦ blue 171

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

Shades of London Hue #BA87AB

Tints of London Hue #BA87AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 37.8%
G = 27.44%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA87AB (or 0xBA87AB) is known color: London Hue. HEX triplet: BA, 87 and AB. RGB value is (186,135,171). Sum of RGB (Red+Green+Blue) = 186+135+171=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87AB is #457854. Grayscale: #9A9A9A. Windows color (decimal): -4552789 or 11241402. OLE color: 11241402.

HSL color Cylindrical-coordinate representation of color #BA87AB: hue angle of 317.65º 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 #BA87AB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 135 171 -
CMYK 0 0.27 0.08 0.27
HSL 317.65º 0.27% 0.63% -
HSV(B) 317.65º 0.27% 0.73% -
XYZ 36.26 30.71 42.54 -
YUV 154.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 186 135 171 0 0.27 0.08 0.27 317.65 0.27 0.63
Hex BA 87 AB 0 1B 8 1B 13E 1B 3F
Octal 272 207 253 0 33 10 33 476 33 77
Binary 10111010 10000111 10101011 0 11011 1000 11011 100111110 11011 111111

Color Harmonies of #BA87AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87AB

Black with #BA87AB

Text Example


Text Example

White with #BA87AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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