#B49BB2

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

Shades of London Hue #B49BB2

Tints of London Hue #B49BB2

Color information

#B49BB2 (or 0xB49BB2) is unknown color: approx London Hue. HEX triplet: B4, 9B and B2. RGB value is (180,155,178). Sum of RGB (Red+Green+Blue) = 180+155+178=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BB2 is #4B644D. Grayscale: #A5A5A5. Windows color (decimal): -4940878 or 11705268. OLE color: 11705268.

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

Color convert

RGB180155178-
CMYK00.140.010.29
HSL304.8º14.29%65.69%-
HSV(B)304.8º13.89%70.59%-
XYZ38.5836.3647.1-
YUV165.1135.28138.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=35.09%
G=30.21%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015517800.140.010.29304.814.2965.69
HexB49BB20E11D131e42
Octal26423326201613546116102
Binary1011010010011011101100100111011110110011000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BB2; }

 p { color: rgb(180,155,178); }

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

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

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

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

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

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

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