Html Css Color HEX #BA87A9 London Hue

📋 copy color: '#BA87A9'

red 186 ◦ green 135 ◦ blue 169

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

Shades of London Hue #BA87A9

Tints of London Hue #BA87A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.49%

R = 37.96%
G = 27.55%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA87A9 (or 0xBA87A9) is known color: London Hue. HEX triplet: BA, 87 and A9. RGB value is (186,135,169). Sum of RGB (Red+Green+Blue) = 186+135+169=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87A9 is #457856. Grayscale: #9A9A9A. Windows color (decimal): -4552791 or 11110330. OLE color: 11110330.

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

Color convert

RGB 186 135 169 -
CMYK 0 0.27 0.09 0.27
HSL 320º 0.27% 0.63% -
HSV(B) 320º 0.27% 0.73% -
XYZ 36.08 30.63 41.55 -
YUV 154.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 186 135 169 0 0.27 0.09 0.27 320 0.27 0.63
Hex BA 87 A9 0 1B 9 1B 140 1B 3F
Octal 272 207 251 0 33 11 33 500 33 77
Binary 10111010 10000111 10101001 0 11011 1001 11011 101000000 11011 111111

Color Harmonies of #BA87A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87A9

Black with #BA87A9

Text Example


Text Example

White with #BA87A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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