#B79DAF

Color #B79DAF Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #B79DAF

Tints of Lily #B79DAF

Color information

#B79DAF (or 0xB79DAF) is unknown color: approx Lily. HEX triplet: B7, 9D and AF. RGB value is (183,157,175). Sum of RGB (Red+Green+Blue) = 183+157+175=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B79DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79DAF is #486250. Grayscale: #A6A6A6. Windows color (decimal): -4743761 or 11509175. OLE color: 11509175.

HSL color Cylindrical-coordinate representation of color #B79DAF: hue angle of 318.46º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B79DAF is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183157175-
CMYK00.140.040.28
HSL318.46º15.29%66.67%-
HSV(B)318.46º14.21%71.76%-
XYZ39.3237.2845.68-
YUV166.83132.61139.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=35.53%
G=30.49%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315717500.140.040.28318.4615.2966.67
HexB79DAF0E41C13ef43
Octal26723525701643447617103
Binary101101111001110110101111011101001110010011111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DAF; }

 p { color: rgb(183,157,175); }

 H1.HeaderClassName
 {
   color: #B79DAF;
 }
 .AnyTagClassName
 {
   color: #B79DAF;
 }
</style>
background-color css

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

 a { background-color: rgb(183,157,175); }

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

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

 span { border-color: rgb(183,157,175); }

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