#BE84B4

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

Shades of London Hue #BE84B4

Tints of London Hue #BE84B4

Color information

#BE84B4 (or 0xBE84B4) is unknown color: approx London Hue. HEX triplet: BE, 84 and B4. RGB value is (190,132,180). Sum of RGB (Red+Green+Blue) = 190+132+180=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84B4 is #417B4B. Grayscale: #9A9A9A. Windows color (decimal): -4291404 or 11830462. OLE color: 11830462.

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

Color convert

RGB190132180-
CMYK00.310.050.25
HSL310.34º30.85%63.14%-
HSV(B)310.34º30.53%74.51%-
XYZ37.7230.7447.13-
YUV154.81142.22153.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=37.85%
G=26.29%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013218000.310.050.25310.3430.8563.14
HexBE84B401F5191361f3f
Octal2762042640375314663777
Binary1011111010000100101101000111111011100110011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE84B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE84B4; }

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

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

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

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

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

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

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

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