Html Css Color HEX #B39FAC Lily

📋 copy color: '#B39FAC'

red 179 ◦ green 159 ◦ blue 172

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

Shades of Lily #B39FAC

Tints of Lily #B39FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.18%

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

R = 35.1%
G = 31.18%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B39FAC (or 0xB39FAC) is known color: Lily. HEX triplet: B3, 9F and AC. RGB value is (179,159,172). Sum of RGB (Red+Green+Blue) = 179+159+172=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B39FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39FAC is #4C6053. Grayscale: #A6A6A6. Windows color (decimal): -5005396 or 11313075. OLE color: 11313075.

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

Color convert

RGB 179 159 172 -
CMYK 0 0.11 0.04 0.30
HSL 321º 0.12% 0.66% -
HSV(B) 321º 0.11% 0.7% -
XYZ 38.43 37.36 44.21 -
YUV 166.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 179 159 172 0 0.11 0.04 0.30 321 0.12 0.66
Hex B3 9F AC 0 B 4 1E 141 C 42
Octal 263 237 254 0 13 4 36 501 14 102
Binary 10110011 10011111 10101100 0 1011 100 11110 101000001 1100 1000010

Color Harmonies of #B39FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FAC

Black with #B39FAC

Text Example


Text Example

White with #B39FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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