#BE82B7

Color #BE82B7 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BE82B7

Tints of London Hue #BE82B7

Color information

#BE82B7 (or 0xBE82B7) is unknown color: approx London Hue. HEX triplet: BE, 82 and B7. RGB value is (190,130,183). Sum of RGB (Red+Green+Blue) = 190+130+183=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82B7 is #417D48. Grayscale: #999999. Windows color (decimal): -4291913 or 12026558. OLE color: 12026558.

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

Color convert

RGB190130183-
CMYK00.320.040.25
HSL307º31.58%62.75%-
HSV(B)307º31.58%74.51%-
XYZ37.7730.3348.66-
YUV153.98144.38153.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=37.77%
G=25.84%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013018300.320.040.2530731.5862.75
HexBE82B7020419133203f
Octal2762022670404314634077
Binary101111101000001010110111010000010011001100110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82B7; }

 p { color: rgb(190,130,183); }

 H1.HeaderClassName
 {
   color: #BE82B7;
 }
 .AnyTagClassName
 {
   color: #BE82B7;
 }
</style>
background-color css

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

 a { background-color: rgb(190,130,183); }

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

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

 span { border-color: rgb(190,130,183); }

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