Html Css Color HEX #BA85AC London Hue

📋 copy color: '#BA85AC'

red 186 ◦ green 133 ◦ blue 172

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

Shades of London Hue #BA85AC

Tints of London Hue #BA85AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 37.88%
G = 27.09%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA85AC (or 0xBA85AC) is known color: London Hue. HEX triplet: BA, 85 and AC. RGB value is (186,133,172). Sum of RGB (Red+Green+Blue) = 186+133+172=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85AC is #457A53. Grayscale: #999999. Windows color (decimal): -4553300 or 11306426. OLE color: 11306426.

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

Color convert

RGB 186 133 172 -
CMYK 0 0.28 0.08 0.27
HSL 315.85º 0.28% 0.63% -
HSV(B) 315.85º 0.28% 0.73% -
XYZ 36.08 30.19 42.96 -
YUV 153.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 186 133 172 0 0.28 0.08 0.27 315.85 0.28 0.63
Hex BA 85 AC 0 1C 8 1B 13C 1C 3F
Octal 272 205 254 0 34 10 33 474 34 77
Binary 10111010 10000101 10101100 0 11100 1000 11011 100111100 11100 111111

Color Harmonies of #BA85AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85AC

Black with #BA85AC

Text Example


Text Example

White with #BA85AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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