Html Css Color HEX #B29FAB Lily

📋 copy color: '#B29FAB'

red 178 ◦ green 159 ◦ blue 171

#B29FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #B29FAB

Tints of Lily #B29FAB

RGB

 RED value IS 178 (69.92% from 255) = 35.04%

 GREEN value IS 159 (62.5% from 255) = 31.3%

 BLUE value IS 171 (67.19% from 255) = 33.66%

R = 35.04%
G = 31.3%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B29FAB (or 0xB29FAB) is known color: 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

RGB 178 159 171 -
CMYK 0 0.11 0.04 0.30
HSL 322.11º 0.11% 0.66% -
HSV(B) 322.11º 0.11% 0.7% -
XYZ 38.11 37.2 43.7 -
YUV 166.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 178 159 171 0 0.11 0.04 0.30 322.11 0.11 0.66
Hex B2 9F AB 0 B 4 1E 142 B 42
Octal 262 237 253 0 13 4 36 502 13 102
Binary 10110010 10011111 10101011 0 1011 100 11110 101000010 1011 1000010

Color Harmonies of #B29FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FAB

Black with #B29FAB

Text Example


Text Example

White with #B29FAB

Text Example


Text Example

HTML Codes & Css Web 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>