Html Css Color HEX #BA84AB London Hue

📋 copy color: '#BA84AB'

red 186 ◦ green 132 ◦ blue 171

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

Shades of London Hue #BA84AB

Tints of London Hue #BA84AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

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

R = 38.04%
G = 26.99%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA84AB (or 0xBA84AB) is known color: London Hue. HEX triplet: BA, 84 and AB. RGB value is (186,132,171). Sum of RGB (Red+Green+Blue) = 186+132+171=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84AB is #457B54. Grayscale: #989898. Windows color (decimal): -4553557 or 11240634. OLE color: 11240634.

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

Color convert

RGB 186 132 171 -
CMYK 0 0.29 0.08 0.27
HSL 316.67º 0.28% 0.62% -
HSV(B) 316.67º 0.29% 0.73% -
XYZ 35.85 29.88 42.41 -
YUV 152.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 186 132 171 0 0.29 0.08 0.27 316.67 0.28 0.62
Hex BA 84 AB 0 1D 8 1B 13D 1C 3E
Octal 272 204 253 0 35 10 33 475 34 76
Binary 10111010 10000100 10101011 0 11101 1000 11011 100111101 11100 111110

Color Harmonies of #BA84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84AB

Black with #BA84AB

Text Example


Text Example

White with #BA84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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