Html Css Color HEX #BE80AC London Hue

📋 copy color: '#BE80AC'

red 190 ◦ green 128 ◦ blue 172

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

Shades of London Hue #BE80AC

Tints of London Hue #BE80AC

RGB

 RED value IS 190 (74.61% from 255) = 38.78%

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

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

R = 38.78%
G = 26.12%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE80AC (or 0xBE80AC) is known color: London Hue. HEX triplet: BE, 80 and AC. RGB value is (190,128,172). Sum of RGB (Red+Green+Blue) = 190+128+172=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80AC is #417F53. Grayscale: #979797. Windows color (decimal): -4292436 or 11305150. OLE color: 11305150.

HSL color Cylindrical-coordinate representation of color #BE80AC: hue angle of 317.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE80AC is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 172 -
CMYK 0 0.33 0.09 0.25
HSL 317.42º 0.32% 0.62% -
HSV(B) 317.42º 0.33% 0.75% -
XYZ 36.4 29.36 42.78 -
YUV 151.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 190 128 172 0 0.33 0.09 0.25 317.42 0.32 0.62
Hex BE 80 AC 0 21 9 19 13D 20 3E
Octal 276 200 254 0 41 11 31 475 40 76
Binary 10111110 10000000 10101100 0 100001 1001 11001 100111101 100000 111110

Color Harmonies of #BE80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80AC

Black with #BE80AC

Text Example


Text Example

White with #BE80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80AC; }

 p { color: rgb(190,128,172); }

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

background-color css

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

 a { background-color: rgb(190,128,172); }

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

border-color css

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

 span { border-color: rgb(190,128,172); }

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