#B69CAD

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

Shades of Lily #B69CAD

Tints of Lily #B69CAD

Color information

#B69CAD (or 0xB69CAD) is unknown color: approx Lily. HEX triplet: B6, 9C and AD. RGB value is (182,156,173). Sum of RGB (Red+Green+Blue) = 182+156+173=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 182 - color contains mainly: red. Hex color #B69CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69CAD is #496352. Grayscale: #A5A5A5. Windows color (decimal): -4809555 or 11377846. OLE color: 11377846.

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

Color convert

RGB182156173-
CMYK00.140.050.29
HSL320.77º15.12%66.27%-
HSV(B)320.77º14.29%71.37%-
XYZ38.7236.7444.59-
YUV165.71132.11139.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 156 (61.33% from 255) = 30.53%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=35.62%
G=30.53%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215617300.140.050.29320.7715.1266.27
HexB69CAD0E51D141f42
Octal26623425501653550117102
Binary101101101001110010101101011101011110110100000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CAD; }

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

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

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

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

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

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

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

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