#B49FB8

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

Shades of Lola #B49FB8

Tints of Lola #B49FB8

Color information

#B49FB8 (or 0xB49FB8) is unknown color: approx Lola. HEX triplet: B4, 9F and B8. RGB value is (180,159,184). Sum of RGB (Red+Green+Blue) = 180+159+184=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 184 - color contains mainly: blue. Hex color #B49FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FB8 is #4B6047. Grayscale: #A8A8A8. Windows color (decimal): -4939848 or 12099508. OLE color: 12099508.

HSL color Cylindrical-coordinate representation of color #B49FB8: hue angle of 290.4º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49FB8 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180159184-
CMYK0.020.1400.28
HSL290.4º14.97%67.25%-
HSV(B)290.4º13.59%72.16%-
XYZ39.8737.9650.57-
YUV168.13136.96136.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=34.42%
G=30.40%
B=35.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801591840.020.1400.28290.414.9767.25
HexB49FB82E01C122f43
Octal26423727021603444217103
Binary10110100100111111011100010111001110010010001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FB8; }

 p { color: rgb(180,159,184); }

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

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

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

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

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

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

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