#B69DAF

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

Shades of Lily #B69DAF

Tints of Lily #B69DAF

Color information

#B69DAF (or 0xB69DAF) is unknown color: approx Lily. HEX triplet: B6, 9D and AF. RGB value is (182,157,175). Sum of RGB (Red+Green+Blue) = 182+157+175=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 182 - color contains mainly: red. Hex color #B69DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69DAF is #496250. Grayscale: #A6A6A6. Windows color (decimal): -4809297 or 11509174. OLE color: 11509174.

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

Color convert

RGB182157175-
CMYK00.140.040.29
HSL316.8º14.62%66.47%-
HSV(B)316.8º13.74%71.37%-
XYZ39.0937.1545.67-
YUV166.53132.78139.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.41%
GREEN value IS 157 (61.72% from 255) = 30.54%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=35.41%
G=30.54%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215717500.140.040.29316.814.6266.47
HexB69DAF0E41D13df42
Octal26623525701643547517102
Binary101101101001110110101111011101001110110011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DAF; }

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

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

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

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

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

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

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

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