#B49DAE

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

Shades of London Hue #B49DAE

Tints of London Hue #B49DAE

Color information

#B49DAE (or 0xB49DAE) is unknown color: approx London Hue. HEX triplet: B4, 9D and AE. RGB value is (180,157,174). Sum of RGB (Red+Green+Blue) = 180+157+174=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DAE is #4B6251. Grayscale: #A5A5A5. Windows color (decimal): -4940370 or 11443636. OLE color: 11443636.

HSL color Cylindrical-coordinate representation of color #B49DAE: hue angle of 315.65º 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 #B49DAE is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180157174-
CMYK00.130.030.29
HSL315.65º13.29%66.08%-
HSV(B)315.65º12.78%70.59%-
XYZ38.5236.8745.13-
YUV165.82132.62138.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=35.23%
G=30.72%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015717400.130.030.29315.6513.2966.08
HexB49DAE0D31D13cd42
Octal26423525601533547415102
Binary10110100100111011010111001101111110110011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DAE; }

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

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

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

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

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

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

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

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