#B49DB4

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

Shades of London Hue #B49DB4

Tints of London Hue #B49DB4

Color information

#B49DB4 (or 0xB49DB4) is unknown color: approx London Hue. HEX triplet: B4, 9D and B4. RGB value is (180,157,180). Sum of RGB (Red+Green+Blue) = 180+157+180=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B49DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DB4 is #4B624B. Grayscale: #A6A6A6. Windows color (decimal): -4940364 or 11836852. OLE color: 11836852.

HSL color Cylindrical-coordinate representation of color #B49DB4: 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.13%. Process color model (Four color, CMYK) of #B49DB4 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180157180-
CMYK00.1300.29
HSL300º13.29%66.08%-
HSV(B)300º12.78%70.59%-
XYZ39.1237.1148.28-
YUV166.5135.62137.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=34.82%
G=30.37%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015718000.1300.2930013.2966.08
HexB49DB40D01D12cd42
Octal26423526401503545415102
Binary1011010010011101101101000110101110110010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DB4; }

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

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

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

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

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

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

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

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