#B29FAB

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

Shades of Lily #B29FAB

Tints of Lily #B29FAB

Color information

#B29FAB (or 0xB29FAB) is unknown color: approx Lily. HEX triplet: B2, 9F and AB. RGB value is (178,159,171). Sum of RGB (Red+Green+Blue) = 178+159+171=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FAB is #4D6054. Grayscale: #A6A6A6. Windows color (decimal): -5070933 or 11247538. OLE color: 11247538.

HSL color Cylindrical-coordinate representation of color #B29FAB: hue angle of 322.11º degrees, saturation: 0.11, 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 #B29FAB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178159171-
CMYK00.110.040.30
HSL322.11º10.98%66.08%-
HSV(B)322.11º10.67%69.8%-
XYZ38.1137.243.7-
YUV166.05130.79136.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=35.04%
G=31.30%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815917100.110.040.30322.1110.9866.08
HexB29FAB0B41E142b42
Octal26223725301343650213102
Binary101100101001111110101011010111001111010100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FAB; }

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

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

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

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

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

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

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

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