Html Css Color HEX #B49CAC Lily

📋 copy color: '#B49CAC'

red 180 ◦ green 156 ◦ blue 172

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

Shades of Lily #B49CAC

Tints of Lily #B49CAC

RGB

 RED value IS 180 (70.7% from 255) = 35.43%

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

 BLUE value IS 172 (67.58% from 255) = 33.86%

R = 35.43%
G = 30.71%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B49CAC (or 0xB49CAC) is known color: Lily. HEX triplet: B4, 9C and AC. RGB value is (180,156,172). Sum of RGB (Red+Green+Blue) = 180+156+172=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B49CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49CAC is #4B6353. Grayscale: #A4A4A4. Windows color (decimal): -4940628 or 11312308. OLE color: 11312308.

HSL color Cylindrical-coordinate representation of color #B49CAC: hue angle of 320º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B49CAC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 156 172 -
CMYK 0 0.13 0.04 0.29
HSL 320º 0.14% 0.66% -
HSV(B) 320º 0.13% 0.71% -
XYZ 38.16 36.46 44.06 -
YUV 165 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 180 156 172 0 0.13 0.04 0.29 320 0.14 0.66
Hex B4 9C AC 0 D 4 1D 140 E 42
Octal 264 234 254 0 15 4 35 500 16 102
Binary 10110100 10011100 10101100 0 1101 100 11101 101000000 1110 1000010

Color Harmonies of #B49CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CAC

Black with #B49CAC

Text Example


Text Example

White with #B49CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CAC; }

 p { color: rgb(180,156,172); }

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

background-color css

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

 a { background-color: rgb(180,156,172); }

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

border-color css

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

 span { border-color: rgb(180,156,172); }

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