Html Css Color HEX #B39FA8 Lily

📋 copy color: '#B39FA8'

red 179 ◦ green 159 ◦ blue 168

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

Shades of Lily #B39FA8

Tints of Lily #B39FA8

RGB

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

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

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

R = 35.38%
G = 31.42%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B39FA8 (or 0xB39FA8) is known color: Lily. HEX triplet: B3, 9F and A8. RGB value is (179,159,168). Sum of RGB (Red+Green+Blue) = 179+159+168=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B39FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39FA8 is #4C6057. Grayscale: #A5A5A5. Windows color (decimal): -5005400 or 11050931. OLE color: 11050931.

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

Color convert

RGB 179 159 168 -
CMYK 0 0.11 0.06 0.30
HSL 333º 0.12% 0.66% -
HSV(B) 333º 0.11% 0.7% -
XYZ 38.06 37.21 42.22 -
YUV 166.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 179 159 168 0 0.11 0.06 0.30 333 0.12 0.66
Hex B3 9F A8 0 B 6 1E 14D C 42
Octal 263 237 250 0 13 6 36 515 14 102
Binary 10110011 10011111 10101000 0 1011 110 11110 101001101 1100 1000010

Color Harmonies of #B39FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FA8

Black with #B39FA8

Text Example


Text Example

White with #B39FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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