Html Css Color HEX #B29AAA Lily

📋 copy color: '#B29AAA'

red 178 ◦ green 154 ◦ blue 170

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

Shades of Lily #B29AAA

Tints of Lily #B29AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.68%

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

R = 35.46%
G = 30.68%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B29AAA (or 0xB29AAA) is known color: Lily. HEX triplet: B2, 9A and AA. RGB value is (178,154,170). Sum of RGB (Red+Green+Blue) = 178+154+170=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 178 - color contains mainly: red. Hex color #B29AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29AAA is #4D6555. Grayscale: #A2A2A2. Windows color (decimal): -5072214 or 11180722. OLE color: 11180722.

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

Color convert

RGB 178 154 170 -
CMYK 0 0.13 0.04 0.30
HSL 320º 0.13% 0.65% -
HSV(B) 320º 0.13% 0.7% -
XYZ 37.17 35.48 42.92 -
YUV 163 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 178 154 170 0 0.13 0.04 0.30 320 0.13 0.65
Hex B2 9A AA 0 D 4 1E 140 D 41
Octal 262 232 252 0 15 4 36 500 15 101
Binary 10110010 10011010 10101010 0 1101 100 11110 101000000 1101 1000001

Color Harmonies of #B29AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29AAA

Black with #B29AAA

Text Example


Text Example

White with #B29AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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