Html Css Color HEX #B29CAB Lily

📋 copy color: '#B29CAB'

red 178 ◦ green 156 ◦ blue 171

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

Shades of Lily #B29CAB

Tints of Lily #B29CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 35.25%
G = 30.89%
B = 33.86%

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

#B29CAB (or 0xB29CAB) is known color: Lily. HEX triplet: B2, 9C and AB. RGB value is (178,156,171). Sum of RGB (Red+Green+Blue) = 178+156+171=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B29CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29CAB is #4D6354. Grayscale: #A4A4A4. Windows color (decimal): -5071701 or 11246770. OLE color: 11246770.

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

Color convert

RGB 178 156 171 -
CMYK 0 0.12 0.04 0.30
HSL 319.09º 0.13% 0.65% -
HSV(B) 319.09º 0.12% 0.7% -
XYZ 37.6 36.18 43.53 -
YUV 164.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 178 156 171 0 0.12 0.04 0.30 319.09 0.13 0.65
Hex B2 9C AB 0 C 4 1E 13F C 41
Octal 262 234 253 0 14 4 36 477 14 101
Binary 10110010 10011100 10101011 0 1100 100 11110 100111111 1100 1000001

Color Harmonies of #B29CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CAB

Black with #B29CAB

Text Example


Text Example

White with #B29CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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