Html Css Color HEX #BA86AA London Hue

📋 copy color: '#BA86AA'

red 186 ◦ green 134 ◦ blue 170

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

Shades of London Hue #BA86AA

Tints of London Hue #BA86AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 37.96%
G = 27.35%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA86AA (or 0xBA86AA) is known color: London Hue. HEX triplet: BA, 86 and AA. RGB value is (186,134,170). Sum of RGB (Red+Green+Blue) = 186+134+170=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA86AA is #457955. Grayscale: #999999. Windows color (decimal): -4553046 or 11175610. OLE color: 11175610.

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

Color convert

RGB 186 134 170 -
CMYK 0 0.28 0.09 0.27
HSL 318.46º 0.27% 0.63% -
HSV(B) 318.46º 0.28% 0.73% -
XYZ 36.03 30.39 42 -
YUV 153.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 186 134 170 0 0.28 0.09 0.27 318.46 0.27 0.63
Hex BA 86 AA 0 1C 9 1B 13E 1B 3F
Octal 272 206 252 0 34 11 33 476 33 77
Binary 10111010 10000110 10101010 0 11100 1001 11011 100111110 11011 111111

Color Harmonies of #BA86AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA86AA

Black with #BA86AA

Text Example


Text Example

White with #BA86AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA86AA; }

 p { color: rgb(186,134,170); }

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

background-color css

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

 a { background-color: rgb(186,134,170); }

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

border-color css

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

 span { border-color: rgb(186,134,170); }

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