Html Css Color HEX #BE80BB London Hue

📋 copy color: '#BE80BB'

red 190 ◦ green 128 ◦ blue 187

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

Shades of London Hue #BE80BB

Tints of London Hue #BE80BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 37.62%
G = 25.35%
B = 37.03%

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

#BE80BB (or 0xBE80BB) is known color: London Hue. HEX triplet: BE, 80 and BB. RGB value is (190,128,187). Sum of RGB (Red+Green+Blue) = 190+128+187=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80BB is #417F44. Grayscale: #999999. Windows color (decimal): -4292421 or 12288190. OLE color: 12288190.

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

Color convert

RGB 190 128 187 -
CMYK 0 0.33 0.02 0.25
HSL 302.9º 0.32% 0.62% -
HSV(B) 302.9º 0.33% 0.75% -
XYZ 37.92 29.97 50.8 -
YUV 153.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 190 128 187 0 0.33 0.02 0.25 302.9 0.32 0.62
Hex BE 80 BB 0 21 2 19 12F 20 3E
Octal 276 200 273 0 41 2 31 457 40 76
Binary 10111110 10000000 10111011 0 100001 10 11001 100101111 100000 111110

Color Harmonies of #BE80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80BB

Black with #BE80BB

Text Example


Text Example

White with #BE80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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