#B29FB4

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

Shades of Lola #B29FB4

Tints of Lola #B29FB4

Color information

#B29FB4 (or 0xB29FB4) is unknown color: approx Lola. HEX triplet: B2, 9F and B4. RGB value is (178,159,180). Sum of RGB (Red+Green+Blue) = 178+159+180=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #B29FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FB4 is #4D604B. Grayscale: #A7A7A7. Windows color (decimal): -5070924 or 11837362. OLE color: 11837362.

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

Color convert

RGB178159180-
CMYK0.010.1200.29
HSL294.29º12.28%66.47%-
HSV(B)294.29º11.67%70.59%-
XYZ3937.5648.37-
YUV167.08135.29135.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=34.43%
G=30.75%
B=34.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781591800.010.1200.29294.2912.2866.47
HexB29FB41C01D126c42
Octal26223726411403544614102
Binary1011001010011111101101001110001110110010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FB4; }

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

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

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

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

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

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

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

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