Html Css Color HEX #B39DA8 Lily

📋 copy color: '#B39DA8'

red 179 ◦ green 157 ◦ blue 168

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

Shades of Lily #B39DA8

Tints of Lily #B39DA8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.15%

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

R = 35.52%
G = 31.15%
B = 33.33%

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

#B39DA8 (or 0xB39DA8) is known color: Lily. HEX triplet: B3, 9D and A8. RGB value is (179,157,168). Sum of RGB (Red+Green+Blue) = 179+157+168=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B39DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39DA8 is #4C6257. Grayscale: #A4A4A4. Windows color (decimal): -5005912 or 11050419. OLE color: 11050419.

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

Color convert

RGB 179 157 168 -
CMYK 0 0.12 0.06 0.30
HSL 330º 0.13% 0.66% -
HSV(B) 330º 0.12% 0.7% -
XYZ 37.72 36.52 42.11 -
YUV 164.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 179 157 168 0 0.12 0.06 0.30 330 0.13 0.66
Hex B3 9D A8 0 C 6 1E 14A D 42
Octal 263 235 250 0 14 6 36 512 15 102
Binary 10110011 10011101 10101000 0 1100 110 11110 101001010 1101 1000010

Color Harmonies of #B39DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DA8

Black with #B39DA8

Text Example


Text Example

White with #B39DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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