#BE7BBC

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

Shades of London Hue #BE7BBC

Tints of London Hue #BE7BBC

Color information

#BE7BBC (or 0xBE7BBC) is unknown color: approx London Hue. HEX triplet: BE, 7B and BC. RGB value is (190,123,188). Sum of RGB (Red+Green+Blue) = 190+123+188=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BBC is #418443. Grayscale: #969696. Windows color (decimal): -4293700 or 12352446. OLE color: 12352446.

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

Color convert

RGB190123188-
CMYK00.350.010.25
HSL301.79º34.01%61.37%-
HSV(B)301.79º35.26%74.51%-
XYZ37.428.7451.15-
YUV150.44149.2156.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=37.92%
G=24.55%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012318800.350.010.25301.7934.0161.37
HexBE7BBC02311912e223d
Octal2761732740431314564275
Binary101111101111011101111000100011111001100101110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BBC; }

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

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

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

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

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

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

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

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