#BE7DBF

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

Shades of London Hue #BE7DBF

Tints of London Hue #BE7DBF

Color information

#BE7DBF (or 0xBE7DBF) is unknown color: approx London Hue. HEX triplet: BE, 7D and BF. RGB value is (190,125,191). Sum of RGB (Red+Green+Blue) = 190+125+191=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DBF is #418240. Grayscale: #979797. Windows color (decimal): -4293185 or 12549566. OLE color: 12549566.

HSL color Cylindrical-coordinate representation of color #BE7DBF: hue angle of 299.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7DBF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190125191-
CMYK0.010.3500.25
HSL299.09º34.02%61.96%-
HSV(B)299.09º34.55%74.9%-
XYZ37.9729.3852.96-
YUV151.96150.03155.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 191 (75% from 255) = 37.75%
R=37.55%
G=24.70%
B=37.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901251910.010.3500.25299.0934.0261.96
HexBE7DBF12301912b223e
Octal2761752771430314534276
Binary101111101111101101111111100011011001100101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DBF; }

 p { color: rgb(190,125,191); }

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

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

 a { background-color: rgb(190,125,191); }

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

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

 span { border-color: rgb(190,125,191); }

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