Html Css Color HEX #B29BA9 Lily

📋 copy color: '#B29BA9'

red 178 ◦ green 155 ◦ blue 169

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

Shades of Lily #B29BA9

Tints of Lily #B29BA9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

 BLUE value IS 169 (66.41% from 255) = 33.67%

R = 35.46%
G = 30.88%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B29BA9 (or 0xB29BA9) is known color: Lily. HEX triplet: B2, 9B and A9. RGB value is (178,155,169). Sum of RGB (Red+Green+Blue) = 178+155+169=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 178 - color contains mainly: red. Hex color #B29BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29BA9 is #4D6456. Grayscale: #A3A3A3. Windows color (decimal): -5071959 or 11115442. OLE color: 11115442.

HSL color Cylindrical-coordinate representation of color #B29BA9: hue angle of 323.48º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B29BA9 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 155 169 -
CMYK 0 0.13 0.05 0.30
HSL 323.48º 0.13% 0.65% -
HSV(B) 323.48º 0.13% 0.7% -
XYZ 37.24 35.77 42.48 -
YUV 163.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 178 155 169 0 0.13 0.05 0.30 323.48 0.13 0.65
Hex B2 9B A9 0 D 5 1E 143 D 41
Octal 262 233 251 0 15 5 36 503 15 101
Binary 10110010 10011011 10101001 0 1101 101 11110 101000011 1101 1000001

Color Harmonies of #B29BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BA9

Black with #B29BA9

Text Example


Text Example

White with #B29BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BA9; }

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

 H1.HeaderClassName
 {
   color: #B29BA9;
 }
 .AnyTagClassName
 {
   color: #B29BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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