#BE8FB7

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

Shades of London Hue #BE8FB7

Tints of London Hue #BE8FB7

Color information

#BE8FB7 (or 0xBE8FB7) is unknown color: approx London Hue. HEX triplet: BE, 8F and B7. RGB value is (190,143,183). Sum of RGB (Red+Green+Blue) = 190+143+183=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FB7 is #417048. Grayscale: #A1A1A1. Windows color (decimal): -4288585 or 12029886. OLE color: 12029886.

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

Color convert

RGB190143183-
CMYK00.250.040.25
HSL308.94º26.55%65.29%-
HSV(B)308.94º24.74%74.51%-
XYZ39.634.0149.28-
YUV161.61140.07148.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 183 (71.88% from 255) = 35.47%
R=36.82%
G=27.71%
B=35.47%

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
Decimal19014318300.250.040.25308.9426.5565.29
HexBE8FB70194191351b41
Octal27621726703143146533101
Binary10111110100011111011011101100110011001100110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FB7; }

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

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

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

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

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

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

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

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