#B49CB7

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

Shades of Lola #B49CB7

Tints of Lola #B49CB7

Color information

#B49CB7 (or 0xB49CB7) is unknown color: approx Lola. HEX triplet: B4, 9C and B7. RGB value is (180,156,183). Sum of RGB (Red+Green+Blue) = 180+156+183=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 183 - color contains mainly: blue. Hex color #B49CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CB7 is #4B6348. Grayscale: #A6A6A6. Windows color (decimal): -4940617 or 12033204. OLE color: 12033204.

HSL color Cylindrical-coordinate representation of color #B49CB7: hue angle of 293.33º 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 #B49CB7 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180156183-
CMYK0.020.1500.28
HSL293.33º15.79%66.47%-
HSV(B)293.33º14.75%71.76%-
XYZ39.2636.949.85-
YUV166.25137.45137.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=34.68%
G=30.06%
B=35.26%

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
Decimal1801561830.020.1500.28293.3315.7966.47
HexB49CB72F01C1251042
Octal26423426721703444520102
Binary101101001001110010110111101111011100100100101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CB7; }

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

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

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

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

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

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

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

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