Html Css Color HEX #BA80AF London Hue

📋 copy color: '#BA80AF'

red 186 ◦ green 128 ◦ blue 175

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

Shades of London Hue #BA80AF

Tints of London Hue #BA80AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.18%

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 38.04%
G = 26.18%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA80AF (or 0xBA80AF) is known color: London Hue. HEX triplet: BA, 80 and AF. RGB value is (186,128,175). Sum of RGB (Red+Green+Blue) = 186+128+175=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80AF is #457F50. Grayscale: #969696. Windows color (decimal): -4554577 or 11501754. OLE color: 11501754.

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

Color convert

RGB 186 128 175 -
CMYK 0 0.31 0.06 0.27
HSL 311.38º 0.3% 0.62% -
HSV(B) 311.38º 0.31% 0.73% -
XYZ 35.71 28.97 44.27 -
YUV 150.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 186 128 175 0 0.31 0.06 0.27 311.38 0.3 0.62
Hex BA 80 AF 0 1F 6 1B 137 1E 3E
Octal 272 200 257 0 37 6 33 467 36 76
Binary 10111010 10000000 10101111 0 11111 110 11011 100110111 11110 111110

Color Harmonies of #BA80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80AF

Black with #BA80AF

Text Example


Text Example

White with #BA80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80AF; }

 p { color: rgb(186,128,175); }

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

background-color css

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

 a { background-color: rgb(186,128,175); }

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

border-color css

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

 span { border-color: rgb(186,128,175); }

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