Html Css Color HEX #BA85AD London Hue

📋 copy color: '#BA85AD'

red 186 ◦ green 133 ◦ blue 173

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

Shades of London Hue #BA85AD

Tints of London Hue #BA85AD

RGB

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

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

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

R = 37.8%
G = 27.03%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA85AD (or 0xBA85AD) is known color: London Hue. HEX triplet: BA, 85 and AD. RGB value is (186,133,173). Sum of RGB (Red+Green+Blue) = 186+133+173=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85AD is #457A52. Grayscale: #999999. Windows color (decimal): -4553299 or 11371962. OLE color: 11371962.

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

Color convert

RGB 186 133 173 -
CMYK 0 0.28 0.07 0.27
HSL 314.72º 0.28% 0.63% -
HSV(B) 314.72º 0.28% 0.73% -
XYZ 36.18 30.23 43.46 -
YUV 153.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 186 133 173 0 0.28 0.07 0.27 314.72 0.28 0.63
Hex BA 85 AD 0 1C 7 1B 13B 1C 3F
Octal 272 205 255 0 34 7 33 473 34 77
Binary 10111010 10000101 10101101 0 11100 111 11011 100111011 11100 111111

Color Harmonies of #BA85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85AD

Black with #BA85AD

Text Example


Text Example

White with #BA85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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