#B49DB9

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

Shades of Lola #B49DB9

Tints of Lola #B49DB9

Color information

#B49DB9 (or 0xB49DB9) is unknown color: approx Lola. HEX triplet: B4, 9D and B9. RGB value is (180,157,185). Sum of RGB (Red+Green+Blue) = 180+157+185=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 185 - color contains mainly: blue. Hex color #B49DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DB9 is #4B6246. Grayscale: #A6A6A6. Windows color (decimal): -4940359 or 12164532. OLE color: 12164532.

HSL color Cylindrical-coordinate representation of color #B49DB9: hue angle of 289.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B49DB9 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180157185-
CMYK0.030.1500.27
HSL289.29º16.67%67.06%-
HSV(B)289.29º15.14%72.55%-
XYZ39.6437.3251.01-
YUV167.07138.12137.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=34.48%
G=30.08%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801571850.030.1500.27289.2916.6767.06
HexB49DB93F01B1211143
Octal26423527131703344121103
Binary101101001001110110111001111111011011100100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DB9; }

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

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

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

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

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

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

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

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