#B49EB4

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

Shades of London Hue #B49EB4

Tints of London Hue #B49EB4

Color information

#B49EB4 (or 0xB49EB4) is unknown color: approx London Hue. HEX triplet: B4, 9E and B4. RGB value is (180,158,180). Sum of RGB (Red+Green+Blue) = 180+158+180=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B49EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EB4 is #4B614B. Grayscale: #A7A7A7. Windows color (decimal): -4940108 or 11837108. OLE color: 11837108.

HSL color Cylindrical-coordinate representation of color #B49EB4: hue angle of 300º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49EB4 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180158180-
CMYK00.1200.29
HSL300º12.79%66.27%-
HSV(B)300º12.22%70.59%-
XYZ39.2937.4548.34-
YUV167.09135.29137.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=34.75%
G=30.50%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015818000.1200.2930012.7966.27
HexB49EB40C01D12cd42
Octal26423626401403545415102
Binary1011010010011110101101000110001110110010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EB4; }

 p { color: rgb(180,158,180); }

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

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

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

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

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

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

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