#B69BAE

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

Shades of Lily #B69BAE

Tints of Lily #B69BAE

Color information

#B69BAE (or 0xB69BAE) is unknown color: approx Lily. HEX triplet: B6, 9B and AE. RGB value is (182,155,174). Sum of RGB (Red+Green+Blue) = 182+155+174=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 182 - color contains mainly: red. Hex color #B69BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69BAE is #496451. Grayscale: #A5A5A5. Windows color (decimal): -4809810 or 11443126. OLE color: 11443126.

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

Color convert

RGB182155174-
CMYK00.150.040.29
HSL317.78º15.61%66.08%-
HSV(B)317.78º14.84%71.37%-
XYZ38.6536.4445.04-
YUV165.24132.95139.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=35.62%
G=30.33%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215517400.150.040.29317.7815.6166.08
HexB69BAE0F41D13e1042
Octal26623325601743547620102
Binary1011011010011011101011100111110011101100111110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BAE; }

 p { color: rgb(182,155,174); }

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

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

 a { background-color: rgb(182,155,174); }

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

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

 span { border-color: rgb(182,155,174); }

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