#BE7BBF

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

Shades of London Hue #BE7BBF

Tints of London Hue #BE7BBF

Color information

#BE7BBF (or 0xBE7BBF) is unknown color: approx London Hue. HEX triplet: BE, 7B and BF. RGB value is (190,123,191). Sum of RGB (Red+Green+Blue) = 190+123+191=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BBF is #418440. Grayscale: #969696. Windows color (decimal): -4293697 or 12549054. OLE color: 12549054.

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

Color convert

RGB190123191-
CMYK0.010.3600.25
HSL299.12º34.69%61.57%-
HSV(B)299.12º35.6%74.9%-
XYZ37.7228.8752.88-
YUV150.78150.7155.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 191 (75% from 255) = 37.90%
R=37.70%
G=24.40%
B=37.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901231910.010.3600.25299.1234.6961.57
HexBE7BBF12401912b233e
Octal2761732771440314534376
Binary101111101111011101111111100100011001100101011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BBF; }

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

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

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

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

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

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

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

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