#B69FAF

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

Shades of Lily #B69FAF

Tints of Lily #B69FAF

Color information

#B69FAF (or 0xB69FAF) is unknown color: approx Lily. HEX triplet: B6, 9F and AF. RGB value is (182,159,175). Sum of RGB (Red+Green+Blue) = 182+159+175=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 182 - color contains mainly: red. Hex color #B69FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69FAF is #496050. Grayscale: #A7A7A7. Windows color (decimal): -4808785 or 11509686. OLE color: 11509686.

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

Color convert

RGB182159175-
CMYK00.130.040.29
HSL318.26º13.61%66.86%-
HSV(B)318.26º12.64%71.37%-
XYZ39.4337.8445.78-
YUV167.7132.12138.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=35.27%
G=30.81%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215917500.130.040.29318.2613.6166.86
HexB69FAF0D41D13ee43
Octal26623725701543547616103
Binary101101101001111110101111011011001110110011111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FAF; }

 p { color: rgb(182,159,175); }

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

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

 a { background-color: rgb(182,159,175); }

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

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

 span { border-color: rgb(182,159,175); }

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