Html Css Color HEX #B39CAC Lily

📋 copy color: '#B39CAC'

red 179 ◦ green 156 ◦ blue 172

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

Shades of Lily #B39CAC

Tints of Lily #B39CAC

RGB

 RED value IS 179 (70.31% from 255) = 35.31%

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

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

R = 35.31%
G = 30.77%
B = 33.93%

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

#B39CAC (or 0xB39CAC) is known color: Lily. HEX triplet: B3, 9C and AC. RGB value is (179,156,172). Sum of RGB (Red+Green+Blue) = 179+156+172=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B39CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39CAC is #4C6353. Grayscale: #A4A4A4. Windows color (decimal): -5006164 or 11312307. OLE color: 11312307.

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

Color convert

RGB 179 156 172 -
CMYK 0 0.13 0.04 0.30
HSL 318.26º 0.13% 0.66% -
HSV(B) 318.26º 0.13% 0.7% -
XYZ 37.93 36.34 44.05 -
YUV 164.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 179 156 172 0 0.13 0.04 0.30 318.26 0.13 0.66
Hex B3 9C AC 0 D 4 1E 13E D 42
Octal 263 234 254 0 15 4 36 476 15 102
Binary 10110011 10011100 10101100 0 1101 100 11110 100111110 1101 1000010

Color Harmonies of #B39CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39CAC

Black with #B39CAC

Text Example


Text Example

White with #B39CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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