Html Css Color HEX #B29CAA Lily

📋 copy color: '#B29CAA'

red 178 ◦ green 156 ◦ blue 170

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

Shades of Lily #B29CAA

Tints of Lily #B29CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.95%

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

R = 35.32%
G = 30.95%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B29CAA (or 0xB29CAA) is known color: Lily. HEX triplet: B2, 9C and AA. RGB value is (178,156,170). Sum of RGB (Red+Green+Blue) = 178+156+170=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B29CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29CAA is #4D6355. Grayscale: #A4A4A4. Windows color (decimal): -5071702 or 11181234. OLE color: 11181234.

HSL color Cylindrical-coordinate representation of color #B29CAA: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B29CAA is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 156 170 -
CMYK 0 0.12 0.04 0.30
HSL 321.82º 0.13% 0.65% -
HSV(B) 321.82º 0.12% 0.7% -
XYZ 37.5 36.14 43.03 -
YUV 164.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 178 156 170 0 0.12 0.04 0.30 321.82 0.13 0.65
Hex B2 9C AA 0 C 4 1E 142 C 41
Octal 262 234 252 0 14 4 36 502 14 101
Binary 10110010 10011100 10101010 0 1100 100 11110 101000010 1100 1000001

Color Harmonies of #B29CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CAA

Black with #B29CAA

Text Example


Text Example

White with #B29CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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