#B49BB4

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

Shades of London Hue #B49BB4

Tints of London Hue #B49BB4

Color information

#B49BB4 (or 0xB49BB4) is unknown color: approx London Hue. HEX triplet: B4, 9B and B4. RGB value is (180,155,180). Sum of RGB (Red+Green+Blue) = 180+155+180=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B49BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BB4 is #4B644B. Grayscale: #A5A5A5. Windows color (decimal): -4940876 or 11836340. OLE color: 11836340.

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

Color convert

RGB180155180-
CMYK00.1400.29
HSL300º14.29%65.69%-
HSV(B)300º13.89%70.59%-
XYZ38.7836.4448.17-
YUV165.32136.28138.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=34.95%
G=30.10%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015518000.1400.2930014.2965.69
HexB49BB40E01D12ce42
Octal26423326401603545416102
Binary1011010010011011101101000111001110110010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BB4; }

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

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

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

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

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

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

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

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