Html Css Color HEX #B29FAA Lily

📋 copy color: '#B29FAA'

red 178 ◦ green 159 ◦ blue 170

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

Shades of Lily #B29FAA

Tints of Lily #B29FAA

RGB

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

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

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

R = 35.11%
G = 31.36%
B = 33.53%

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

#B29FAA (or 0xB29FAA) is known color: Lily. HEX triplet: B2, 9F and AA. RGB value is (178,159,170). Sum of RGB (Red+Green+Blue) = 178+159+170=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FAA is #4D6055. Grayscale: #A5A5A5. Windows color (decimal): -5070934 or 11182002. OLE color: 11182002.

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

Color convert

RGB 178 159 170 -
CMYK 0 0.11 0.04 0.30
HSL 325.26º 0.11% 0.66% -
HSV(B) 325.26º 0.11% 0.7% -
XYZ 38.01 37.16 43.2 -
YUV 165.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 178 159 170 0 0.11 0.04 0.30 325.26 0.11 0.66
Hex B2 9F AA 0 B 4 1E 145 B 42
Octal 262 237 252 0 13 4 36 505 13 102
Binary 10110010 10011111 10101010 0 1011 100 11110 101000101 1011 1000010

Color Harmonies of #B29FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FAA

Black with #B29FAA

Text Example


Text Example

White with #B29FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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