Html Css Color HEX #B29EAA Lily

📋 copy color: '#B29EAA'

red 178 ◦ green 158 ◦ blue 170

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

Shades of Lily #B29EAA

Tints of Lily #B29EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 35.18%
G = 31.23%
B = 33.6%

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

#B29EAA (or 0xB29EAA) is known color: Lily. HEX triplet: B2, 9E and AA. RGB value is (178,158,170). Sum of RGB (Red+Green+Blue) = 178+158+170=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 178 - color contains mainly: red. Hex color #B29EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29EAA is #4D6155. Grayscale: #A5A5A5. Windows color (decimal): -5071190 or 11181746. OLE color: 11181746.

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

Color convert

RGB 178 158 170 -
CMYK 0 0.11 0.04 0.30
HSL 324º 0.11% 0.66% -
HSV(B) 324º 0.11% 0.7% -
XYZ 37.84 36.82 43.14 -
YUV 165.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 178 158 170 0 0.11 0.04 0.30 324 0.11 0.66
Hex B2 9E AA 0 B 4 1E 144 B 42
Octal 262 236 252 0 13 4 36 504 13 102
Binary 10110010 10011110 10101010 0 1011 100 11110 101000100 1011 1000010

Color Harmonies of #B29EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EAA

Black with #B29EAA

Text Example


Text Example

White with #B29EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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