#BE82BB

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

Shades of London Hue #BE82BB

Tints of London Hue #BE82BB

Color information

#BE82BB (or 0xBE82BB) is unknown color: approx London Hue. HEX triplet: BE, 82 and BB. RGB value is (190,130,187). Sum of RGB (Red+Green+Blue) = 190+130+187=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82BB is #417D44. Grayscale: #9A9A9A. Windows color (decimal): -4291909 or 12288702. OLE color: 12288702.

HSL color Cylindrical-coordinate representation of color #BE82BB: hue angle of 303º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE82BB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190130187-
CMYK00.320.020.25
HSL303º31.58%62.75%-
HSV(B)303º31.58%74.51%-
XYZ38.1930.550.89-
YUV154.44146.38153.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=37.48%
G=25.64%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013018700.320.020.2530331.5862.75
HexBE82BB02021912f203f
Octal2762022730402314574077
Binary10111110100000101011101101000001011001100101111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82BB; }

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

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

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

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

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

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

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

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