Html Css Color HEX #BA85AA London Hue

📋 copy color: '#BA85AA'

red 186 ◦ green 133 ◦ blue 170

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

Shades of London Hue #BA85AA

Tints of London Hue #BA85AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

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

R = 38.04%
G = 27.2%
B = 34.76%

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

#BA85AA (or 0xBA85AA) is known color: London Hue. HEX triplet: BA, 85 and AA. RGB value is (186,133,170). Sum of RGB (Red+Green+Blue) = 186+133+170=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85AA is #457A55. Grayscale: #989898. Windows color (decimal): -4553302 or 11175354. OLE color: 11175354.

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

Color convert

RGB 186 133 170 -
CMYK 0 0.28 0.09 0.27
HSL 318.11º 0.28% 0.63% -
HSV(B) 318.11º 0.28% 0.73% -
XYZ 35.89 30.12 41.95 -
YUV 153.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 186 133 170 0 0.28 0.09 0.27 318.11 0.28 0.63
Hex BA 85 AA 0 1C 9 1B 13E 1C 3F
Octal 272 205 252 0 34 11 33 476 34 77
Binary 10111010 10000101 10101010 0 11100 1001 11011 100111110 11100 111111

Color Harmonies of #BA85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85AA

Black with #BA85AA

Text Example


Text Example

White with #BA85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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