#B49CB8

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

Shades of Lola #B49CB8

Tints of Lola #B49CB8

Color information

#B49CB8 (or 0xB49CB8) is unknown color: approx Lola. HEX triplet: B4, 9C and B8. RGB value is (180,156,184). Sum of RGB (Red+Green+Blue) = 180+156+184=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 184 - color contains mainly: blue. Hex color #B49CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CB8 is #4B6347. Grayscale: #A6A6A6. Windows color (decimal): -4940616 or 12098740. OLE color: 12098740.

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

Color convert

RGB180156184-
CMYK0.020.1500.28
HSL291.43º16.47%66.67%-
HSV(B)291.43º15.22%72.16%-
XYZ39.3636.9450.4-
YUV166.37137.95137.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=34.62%
G=30%
B=35.38%

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
Decimal1801561840.020.1500.28291.4316.4766.67
HexB49CB82F01C1231043
Octal26423427021703444320103
Binary101101001001110010111000101111011100100100011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CB8; }

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

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

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

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

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

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

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

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