Html Css Color HEX #B29CA8 Lily

📋 copy color: '#B29CA8'

red 178 ◦ green 156 ◦ blue 168

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

Shades of Lily #B29CA8

Tints of Lily #B29CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.47%

R = 35.46%
G = 31.08%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B29CA8 (or 0xB29CA8) is known color: Lily. HEX triplet: B2, 9C and A8. RGB value is (178,156,168). Sum of RGB (Red+Green+Blue) = 178+156+168=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 178 - color contains mainly: red. Hex color #B29CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29CA8 is #4D6357. Grayscale: #A3A3A3. Windows color (decimal): -5071704 or 11050162. OLE color: 11050162.

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

Color convert

RGB 178 156 168 -
CMYK 0 0.12 0.06 0.30
HSL 327.27º 0.13% 0.65% -
HSV(B) 327.27º 0.12% 0.7% -
XYZ 37.32 36.07 42.04 -
YUV 163.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 178 156 168 0 0.12 0.06 0.30 327.27 0.13 0.65
Hex B2 9C A8 0 C 6 1E 147 C 41
Octal 262 234 250 0 14 6 36 507 14 101
Binary 10110010 10011100 10101000 0 1100 110 11110 101000111 1100 1000001

Color Harmonies of #B29CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CA8

Black with #B29CA8

Text Example


Text Example

White with #B29CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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