#B29BB6

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

Shades of Lola #B29BB6

Tints of Lola #B29BB6

Color information

#B29BB6 (or 0xB29BB6) is unknown color: approx Lola. HEX triplet: B2, 9B and B6. RGB value is (178,155,182). Sum of RGB (Red+Green+Blue) = 178+155+182=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 182 - color contains mainly: blue. Hex color #B29BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BB6 is #4D6449. Grayscale: #A4A4A4. Windows color (decimal): -5071946 or 11967410. OLE color: 11967410.

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

Color convert

RGB178155182-
CMYK0.020.1500.29
HSL291.11º15.61%66.08%-
HSV(B)291.11º14.84%71.37%-
XYZ38.5236.2949.23-
YUV164.96137.62137.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=34.56%
G=30.10%
B=35.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781551820.020.1500.29291.1115.6166.08
HexB29BB62F01D1231042
Octal26223326621703544320102
Binary101100101001101110110110101111011101100100011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BB6; }

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

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

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

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

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

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

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

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