#B29FB3

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

Shades of Lola #B29FB3

Tints of Lola #B29FB3

Color information

#B29FB3 (or 0xB29FB3) is unknown color: approx Lola. HEX triplet: B2, 9F and B3. RGB value is (178,159,179). Sum of RGB (Red+Green+Blue) = 178+159+179=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 179 - color contains mainly: blue. Hex color #B29FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FB3 is #4D604C. Grayscale: #A6A6A6. Windows color (decimal): -5070925 or 11771826. OLE color: 11771826.

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

Color convert

RGB178159179-
CMYK0.010.1100.30
HSL297º11.63%66.27%-
HSV(B)297º11.17%70.2%-
XYZ38.8937.5247.84-
YUV166.96134.79135.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=34.50%
G=30.81%
B=34.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781591790.010.1100.3029711.6366.27
HexB29FB31B01E129c42
Octal26223726311303645114102
Binary1011001010011111101100111101101111010010100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FB3; }

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

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

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

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

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

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

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

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