#BE8DB9

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

Shades of London Hue #BE8DB9

Tints of London Hue #BE8DB9

Color information

#BE8DB9 (or 0xBE8DB9) is unknown color: approx London Hue. HEX triplet: BE, 8D and B9. RGB value is (190,141,185). Sum of RGB (Red+Green+Blue) = 190+141+185=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DB9 is #417246. Grayscale: #A0A0A0. Windows color (decimal): -4289095 or 12160446. OLE color: 12160446.

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

Color convert

RGB190141185-
CMYK00.260.030.25
HSL306.12º27.37%64.9%-
HSV(B)306.12º25.79%74.51%-
XYZ39.5233.550.28-
YUV160.67141.73148.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=36.82%
G=27.33%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014118500.260.030.25306.1227.3764.9
HexBE8DB901A3191321b41
Octal27621527103233146233101
Binary1011111010001101101110010110101111001100110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DB9; }

 p { color: rgb(190,141,185); }

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

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

 a { background-color: rgb(190,141,185); }

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

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

 span { border-color: rgb(190,141,185); }

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