#BE8DBB

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

Shades of London Hue #BE8DBB

Tints of London Hue #BE8DBB

Color information

#BE8DBB (or 0xBE8DBB) is unknown color: approx London Hue. HEX triplet: BE, 8D and BB. RGB value is (190,141,187). Sum of RGB (Red+Green+Blue) = 190+141+187=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DBB is #417244. Grayscale: #A0A0A0. Windows color (decimal): -4289093 or 12291518. OLE color: 12291518.

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

Color convert

RGB190141187-
CMYK00.260.020.25
HSL303.67º27.37%64.9%-
HSV(B)303.67º25.79%74.51%-
XYZ39.7333.5851.4-
YUV160.9142.73148.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=36.68%
G=27.22%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014118700.260.020.25303.6727.3764.9
HexBE8DBB01A2191301b41
Octal27621527303223146033101
Binary1011111010001101101110110110101011001100110000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DBB; }

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

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

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

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

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

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

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

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