#B49AB6

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

Shades of Lola #B49AB6

Tints of Lola #B49AB6

Color information

#B49AB6 (or 0xB49AB6) is unknown color: approx Lola. HEX triplet: B4, 9A and B6. RGB value is (180,154,182). Sum of RGB (Red+Green+Blue) = 180+154+182=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 182 - color contains mainly: blue. Hex color #B49AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49AB6 is #4B6549. Grayscale: #A4A4A4. Windows color (decimal): -4941130 or 11967156. OLE color: 11967156.

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

Color convert

RGB180154182-
CMYK0.010.1500.29
HSL295.71º16.09%65.88%-
HSV(B)295.71º15.38%71.37%-
XYZ38.8236.1949.2-
YUV164.97137.61138.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=34.88%
G=29.84%
B=35.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801541820.010.1500.29295.7116.0965.88
HexB49AB61F01D1281042
Octal26423226611703545020102
Binary10110100100110101011011011111011101100101000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AB6; }

 p { color: rgb(180,154,182); }

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

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

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

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

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

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

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