#BE8EBB

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

Shades of London Hue #BE8EBB

Tints of London Hue #BE8EBB

Color information

#BE8EBB (or 0xBE8EBB) is unknown color: approx London Hue. HEX triplet: BE, 8E and BB. RGB value is (190,142,187). Sum of RGB (Red+Green+Blue) = 190+142+187=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EBB is #417144. Grayscale: #A1A1A1. Windows color (decimal): -4288837 or 12291774. OLE color: 12291774.

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

Color convert

RGB190142187-
CMYK00.250.020.25
HSL303.75º26.97%65.1%-
HSV(B)303.75º25.26%74.51%-
XYZ39.8833.8851.45-
YUV161.48142.4148.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=36.61%
G=27.36%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014218700.250.020.25303.7526.9765.1
HexBE8EBB0192191301b41
Octal27621627303123146033101
Binary1011111010001110101110110110011011001100110000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EBB; }

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

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

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

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

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

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

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

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