Html Css Color HEX #BA85AB London Hue

📋 copy color: '#BA85AB'

red 186 ◦ green 133 ◦ blue 171

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

Shades of London Hue #BA85AB

Tints of London Hue #BA85AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 37.96%
G = 27.14%
B = 34.9%

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

#BA85AB (or 0xBA85AB) is known color: London Hue. HEX triplet: BA, 85 and AB. RGB value is (186,133,171). Sum of RGB (Red+Green+Blue) = 186+133+171=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85AB is #457A54. Grayscale: #999999. Windows color (decimal): -4553301 or 11240890. OLE color: 11240890.

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

Color convert

RGB 186 133 171 -
CMYK 0 0.28 0.08 0.27
HSL 316.98º 0.28% 0.63% -
HSV(B) 316.98º 0.28% 0.73% -
XYZ 35.99 30.15 42.45 -
YUV 153.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 186 133 171 0 0.28 0.08 0.27 316.98 0.28 0.63
Hex BA 85 AB 0 1C 8 1B 13D 1C 3F
Octal 272 205 253 0 34 10 33 475 34 77
Binary 10111010 10000101 10101011 0 11100 1000 11011 100111101 11100 111111

Color Harmonies of #BA85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85AB

Black with #BA85AB

Text Example


Text Example

White with #BA85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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