#BE84B6

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

Shades of London Hue #BE84B6

Tints of London Hue #BE84B6

Color information

#BE84B6 (or 0xBE84B6) is unknown color: approx London Hue. HEX triplet: BE, 84 and B6. RGB value is (190,132,182). Sum of RGB (Red+Green+Blue) = 190+132+182=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84B6 is #417B49. Grayscale: #9A9A9A. Windows color (decimal): -4291402 or 11961534. OLE color: 11961534.

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

Color convert

RGB190132182-
CMYK00.310.040.25
HSL308.28º30.85%63.14%-
HSV(B)308.28º30.53%74.51%-
XYZ37.9330.8348.21-
YUV155.04143.22152.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 182 (71.48% from 255) = 36.11%
R=37.70%
G=26.19%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013218200.310.040.25308.2830.8563.14
HexBE84B601F4191341f3f
Octal2762042660374314643777
Binary1011111010000100101101100111111001100110011010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE84B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE84B6; }

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

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

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

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

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

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

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

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