Html Css Color HEX #B29BA7 Lily

📋 copy color: '#B29BA7'

red 178 ◦ green 155 ◦ blue 167

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

Shades of Lily #B29BA7

Tints of Lily #B29BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 35.6%
G = 31%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B29BA7 (or 0xB29BA7) is known color: Lily. HEX triplet: B2, 9B and A7. RGB value is (178,155,167). Sum of RGB (Red+Green+Blue) = 178+155+167=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B29BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29BA7 is #4D6458. Grayscale: #A3A3A3. Windows color (decimal): -5071961 or 10984370. OLE color: 10984370.

HSL color Cylindrical-coordinate representation of color #B29BA7: hue angle of 328.7º 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 #B29BA7 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 155 167 -
CMYK 0 0.13 0.06 0.30
HSL 328.7º 0.13% 0.65% -
HSV(B) 328.7º 0.13% 0.7% -
XYZ 37.06 35.7 41.5 -
YUV 163.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 178 155 167 0 0.13 0.06 0.30 328.7 0.13 0.65
Hex B2 9B A7 0 D 6 1E 149 D 41
Octal 262 233 247 0 15 6 36 511 15 101
Binary 10110010 10011011 10100111 0 1101 110 11110 101001001 1101 1000001

Color Harmonies of #B29BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BA7

Black with #B29BA7

Text Example


Text Example

White with #B29BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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