#B49DB5

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

Shades of Lola #B49DB5

Tints of Lola #B49DB5

Color information

#B49DB5 (or 0xB49DB5) is unknown color: approx Lola. HEX triplet: B4, 9D and B5. RGB value is (180,157,181). Sum of RGB (Red+Green+Blue) = 180+157+181=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 181 - color contains mainly: blue. Hex color #B49DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DB5 is #4B624A. Grayscale: #A6A6A6. Windows color (decimal): -4940363 or 11902388. OLE color: 11902388.

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

Color convert

RGB180157181-
CMYK0.010.1300.29
HSL297.5º13.95%66.27%-
HSV(B)297.5º13.26%70.98%-
XYZ39.2237.1548.82-
YUV166.61136.12137.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=34.75%
G=30.31%
B=34.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801571810.010.1300.29297.513.9566.27
HexB49DB51D01D12ae42
Octal26423526511503545216102
Binary1011010010011101101101011110101110110010101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DB5; }

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

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

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

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

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

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

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

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