#BE7BB6

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

Shades of London Hue #BE7BB6

Tints of London Hue #BE7BB6

Color information

#BE7BB6 (or 0xBE7BB6) is unknown color: approx London Hue. HEX triplet: BE, 7B and B6. RGB value is (190,123,182). Sum of RGB (Red+Green+Blue) = 190+123+182=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BB6 is #418449. Grayscale: #959595. Windows color (decimal): -4293706 or 11959230. OLE color: 11959230.

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

Color convert

RGB190123182-
CMYK00.350.040.25
HSL307.16º34.01%61.37%-
HSV(B)307.16º35.26%74.51%-
XYZ36.7628.4947.82-
YUV149.76146.2156.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=38.38%
G=24.85%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012318200.350.040.25307.1634.0161.37
HexBE7BB6023419133223d
Octal2761732660434314634275
Binary10111110111101110110110010001110011001100110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BB6; }

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

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

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

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

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

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

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

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