#BE81B7

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

Shades of London Hue #BE81B7

Tints of London Hue #BE81B7

Color information

#BE81B7 (or 0xBE81B7) is unknown color: approx London Hue. HEX triplet: BE, 81 and B7. RGB value is (190,129,183). Sum of RGB (Red+Green+Blue) = 190+129+183=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81B7 is #417E48. Grayscale: #999999. Windows color (decimal): -4292169 or 12026302. OLE color: 12026302.

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

Color convert

RGB190129183-
CMYK00.320.040.25
HSL306.89º31.94%62.55%-
HSV(B)306.89º32.11%74.51%-
XYZ37.6330.0748.62-
YUV153.39144.71154.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=37.85%
G=25.70%
B=36.45%

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
Decimal19012918300.320.040.25306.8931.9462.55
HexBE81B7020419133203f
Octal2762012670404314634077
Binary101111101000000110110111010000010011001100110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE81B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE81B7; }

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

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

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

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

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

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

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

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