#B69CAE

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

Shades of Lily #B69CAE

Tints of Lily #B69CAE

Color information

#B69CAE (or 0xB69CAE) is unknown color: approx Lily. HEX triplet: B6, 9C and AE. RGB value is (182,156,174). Sum of RGB (Red+Green+Blue) = 182+156+174=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 182 - color contains mainly: red. Hex color #B69CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69CAE is #496351. Grayscale: #A5A5A5. Windows color (decimal): -4809554 or 11443382. OLE color: 11443382.

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

Color convert

RGB182156174-
CMYK00.140.040.29
HSL318.46º15.12%66.27%-
HSV(B)318.46º14.29%71.37%-
XYZ38.8236.7845.1-
YUV165.83132.61139.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=35.55%
G=30.47%
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.29
SystemRedGreenBlueCMYKHSL
Decimal18215617400.140.040.29318.4615.1266.27
HexB69CAE0E41D13ef42
Octal26623425601643547617102
Binary101101101001110010101110011101001110110011111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CAE; }

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

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

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

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

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

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

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

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