#B69EAF

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

Shades of Lily #B69EAF

Tints of Lily #B69EAF

Color information

#B69EAF (or 0xB69EAF) is unknown color: approx Lily. HEX triplet: B6, 9E and AF. RGB value is (182,158,175). Sum of RGB (Red+Green+Blue) = 182+158+175=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 182 - color contains mainly: red. Hex color #B69EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69EAF is #496150. Grayscale: #A7A7A7. Windows color (decimal): -4809041 or 11509430. OLE color: 11509430.

HSL color Cylindrical-coordinate representation of color #B69EAF: hue angle of 317.5º 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 #B69EAF is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182158175-
CMYK00.130.040.29
HSL317.5º14.12%66.67%-
HSV(B)317.5º13.19%71.37%-
XYZ39.2637.4945.73-
YUV167.11132.45138.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=35.34%
G=30.68%
B=33.98%

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
Decimal18215817500.130.040.29317.514.1266.67
HexB69EAF0D41D13ee43
Octal26623625701543547616103
Binary101101101001111010101111011011001110110011111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EAF; }

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

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

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

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

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

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

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

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