#B29BB4

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

Shades of Lola #B29BB4

Tints of Lola #B29BB4

Color information

#B29BB4 (or 0xB29BB4) is unknown color: approx Lola. HEX triplet: B2, 9B and B4. RGB value is (178,155,180). Sum of RGB (Red+Green+Blue) = 178+155+180=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #B29BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BB4 is #4D644B. Grayscale: #A4A4A4. Windows color (decimal): -5071948 or 11836338. OLE color: 11836338.

HSL color Cylindrical-coordinate representation of color #B29BB4: hue angle of 295.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B29BB4 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178155180-
CMYK0.010.1400.29
HSL295.2º14.29%65.69%-
HSV(B)295.2º13.89%70.59%-
XYZ38.3236.248.15-
YUV164.73136.62137.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=34.70%
G=30.21%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781551800.010.1400.29295.214.2965.69
HexB29BB41E01D127e42
Octal26223326411603544716102
Binary1011001010011011101101001111001110110010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BB4; }

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

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

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

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

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

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

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

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