#BE7CBF

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

Shades of London Hue #BE7CBF

Tints of London Hue #BE7CBF

Color information

#BE7CBF (or 0xBE7CBF) is unknown color: approx London Hue. HEX triplet: BE, 7C and BF. RGB value is (190,124,191). Sum of RGB (Red+Green+Blue) = 190+124+191=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CBF is #418340. Grayscale: #979797. Windows color (decimal): -4293441 or 12549310. OLE color: 12549310.

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

Color convert

RGB190124191-
CMYK0.010.3500.25
HSL299.1º34.36%61.76%-
HSV(B)299.1º35.08%74.9%-
XYZ37.8529.1252.92-
YUV151.37150.37155.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 124 (48.83% from 255) = 24.55%
BLUE value IS 191 (75% from 255) = 37.82%
R=37.62%
G=24.55%
B=37.82%

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
Decimal1901241910.010.3500.25299.134.3661.76
HexBE7CBF12301912b223e
Octal2761742771430314534276
Binary101111101111100101111111100011011001100101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CBF; }

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

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

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

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

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

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

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

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