#B49BB7

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

Shades of Lola #B49BB7

Tints of Lola #B49BB7

Color information

#B49BB7 (or 0xB49BB7) is unknown color: approx Lola. HEX triplet: B4, 9B and B7. RGB value is (180,155,183). Sum of RGB (Red+Green+Blue) = 180+155+183=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #B49BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BB7 is #4B6448. Grayscale: #A5A5A5. Windows color (decimal): -4940873 or 12032948. OLE color: 12032948.

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

Color convert

RGB180155183-
CMYK0.020.1500.28
HSL293.57º16.28%66.27%-
HSV(B)293.57º15.3%71.76%-
XYZ39.0936.5649.8-
YUV165.67137.78138.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=34.75%
G=29.92%
B=35.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801551830.020.1500.28293.5716.2866.27
HexB49BB72F01C1261042
Octal26423326721703444620102
Binary101101001001101110110111101111011100100100110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BB7; }

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

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

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

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

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

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

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

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