#BE7BB9

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

Shades of London Hue #BE7BB9

Tints of London Hue #BE7BB9

Color information

#BE7BB9 (or 0xBE7BB9) is unknown color: approx London Hue. HEX triplet: BE, 7B and B9. RGB value is (190,123,185). Sum of RGB (Red+Green+Blue) = 190+123+185=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BB9 is #418446. Grayscale: #959595. Windows color (decimal): -4293703 or 12155838. OLE color: 12155838.

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

Color convert

RGB190123185-
CMYK00.350.030.25
HSL304.48º34.01%61.37%-
HSV(B)304.48º35.26%74.51%-
XYZ37.0828.6249.47-
YUV150.1147.7156.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 123 (48.44% from 255) = 24.70%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=38.15%
G=24.70%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012318500.350.030.25304.4834.0161.37
HexBE7BB9023319130223d
Octal2761732710433314604275
Binary1011111011110111011100101000111111001100110000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BB9; }

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

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

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

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

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

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

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

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