Html Css Color HEX #B39AA9 Lily

📋 copy color: '#B39AA9'

red 179 ◦ green 154 ◦ blue 169

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

Shades of Lily #B39AA9

Tints of Lily #B39AA9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.68%

 BLUE value IS 169 (66.41% from 255) = 33.67%

R = 35.66%
G = 30.68%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B39AA9 (or 0xB39AA9) is known color: Lily. HEX triplet: B3, 9A and A9. RGB value is (179,154,169). Sum of RGB (Red+Green+Blue) = 179+154+169=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B39AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39AA9 is #4C6556. Grayscale: #A3A3A3. Windows color (decimal): -5006679 or 11115187. OLE color: 11115187.

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

Color convert

RGB 179 154 169 -
CMYK 0 0.14 0.06 0.30
HSL 324º 0.14% 0.65% -
HSV(B) 324º 0.14% 0.7% -
XYZ 37.31 35.56 42.43 -
YUV 163.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 179 154 169 0 0.14 0.06 0.30 324 0.14 0.65
Hex B3 9A A9 0 E 6 1E 144 E 41
Octal 263 232 251 0 16 6 36 504 16 101
Binary 10110011 10011010 10101001 0 1110 110 11110 101000100 1110 1000001

Color Harmonies of #B39AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39AA9

Black with #B39AA9

Text Example


Text Example

White with #B39AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39AA9; }

 p { color: rgb(179,154,169); }

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

background-color css

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

 a { background-color: rgb(179,154,169); }

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

border-color css

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

 span { border-color: rgb(179,154,169); }

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