Html Css Color HEX #BE80BA London Hue

📋 copy color: '#BE80BA'

red 190 ◦ green 128 ◦ blue 186

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

Shades of London Hue #BE80BA

Tints of London Hue #BE80BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 37.7%
G = 25.4%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE80BA (or 0xBE80BA) is known color: London Hue. HEX triplet: BE, 80 and BA. RGB value is (190,128,186). Sum of RGB (Red+Green+Blue) = 190+128+186=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80BA is #417F45. Grayscale: #989898. Windows color (decimal): -4292422 or 12222654. OLE color: 12222654.

HSL color Cylindrical-coordinate representation of color #BE80BA: hue angle of 303.87º 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 #BE80BA is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 186 -
CMYK 0 0.33 0.02 0.25
HSL 303.87º 0.32% 0.62% -
HSV(B) 303.87º 0.33% 0.75% -
XYZ 37.82 29.93 50.24 -
YUV 153.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 190 128 186 0 0.33 0.02 0.25 303.87 0.32 0.62
Hex BE 80 BA 0 21 2 19 130 20 3E
Octal 276 200 272 0 41 2 31 460 40 76
Binary 10111110 10000000 10111010 0 100001 10 11001 100110000 100000 111110

Color Harmonies of #BE80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80BA

Black with #BE80BA

Text Example


Text Example

White with #BE80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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