Html Css Color HEX #B29EA8 Lily

📋 copy color: '#B29EA8'

red 178 ◦ green 158 ◦ blue 168

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

Shades of Lily #B29EA8

Tints of Lily #B29EA8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.35%

 BLUE value IS 168 (66.02% from 255) = 33.33%

R = 35.32%
G = 31.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B29EA8 (or 0xB29EA8) is known color: Lily. HEX triplet: B2, 9E and A8. RGB value is (178,158,168). Sum of RGB (Red+Green+Blue) = 178+158+168=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B29EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29EA8 is #4D6157. Grayscale: #A5A5A5. Windows color (decimal): -5071192 or 11050674. OLE color: 11050674.

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

Color convert

RGB 178 158 168 -
CMYK 0 0.11 0.06 0.30
HSL 330º 0.11% 0.66% -
HSV(B) 330º 0.11% 0.7% -
XYZ 37.65 36.75 42.15 -
YUV 165.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 178 158 168 0 0.11 0.06 0.30 330 0.11 0.66
Hex B2 9E A8 0 B 6 1E 14A B 42
Octal 262 236 250 0 13 6 36 512 13 102
Binary 10110010 10011110 10101000 0 1011 110 11110 101001010 1011 1000010

Color Harmonies of #B29EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EA8

Black with #B29EA8

Text Example


Text Example

White with #B29EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EA8; }

 p { color: rgb(178,158,168); }

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

background-color css

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

 a { background-color: rgb(178,158,168); }

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

border-color css

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

 span { border-color: rgb(178,158,168); }

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