#BE7BBB

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

Shades of London Hue #BE7BBB

Tints of London Hue #BE7BBB

Color information

#BE7BBB (or 0xBE7BBB) is unknown color: approx London Hue. HEX triplet: BE, 7B and BB. RGB value is (190,123,187). Sum of RGB (Red+Green+Blue) = 190+123+187=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BBB is #418444. Grayscale: #969696. Windows color (decimal): -4293701 or 12286910. OLE color: 12286910.

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

Color convert

RGB190123187-
CMYK00.350.020.25
HSL302.69º34.01%61.37%-
HSV(B)302.69º35.26%74.51%-
XYZ37.2928.750.59-
YUV150.33148.7156.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 123 (48.44% from 255) = 24.6%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=38%
G=24.6%
B=37.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012318700.350.020.25302.6934.0161.37
HexBE7BBB02321912f223d
Octal2761732730432314574275
Binary1011111011110111011101101000111011001100101111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BBB; }

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

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

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

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

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

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

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

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