#BE8EB6

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

Shades of London Hue #BE8EB6

Tints of London Hue #BE8EB6

Color information

#BE8EB6 (or 0xBE8EB6) is unknown color: approx London Hue. HEX triplet: BE, 8E and B6. RGB value is (190,142,182). Sum of RGB (Red+Green+Blue) = 190+142+182=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EB6 is #417149. Grayscale: #A0A0A0. Windows color (decimal): -4288842 or 11964094. OLE color: 11964094.

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

Color convert

RGB190142182-
CMYK00.250.040.25
HSL310º26.97%65.1%-
HSV(B)310º25.26%74.51%-
XYZ39.3533.6748.68-
YUV160.91139.9148.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 182 (71.48% from 255) = 35.41%
R=36.96%
G=27.63%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014218200.250.040.2531026.9765.1
HexBE8EB60194191361b41
Octal27621626603143146633101
Binary10111110100011101011011001100110011001100110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EB6; }

 p { color: rgb(190,142,182); }

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

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

 a { background-color: rgb(190,142,182); }

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

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

 span { border-color: rgb(190,142,182); }

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