#B69DAD

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

Shades of Lily #B69DAD

Tints of Lily #B69DAD

Color information

#B69DAD (or 0xB69DAD) is unknown color: approx Lily. HEX triplet: B6, 9D and AD. RGB value is (182,157,173). Sum of RGB (Red+Green+Blue) = 182+157+173=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 182 - color contains mainly: red. Hex color #B69DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69DAD is #496252. Grayscale: #A6A6A6. Windows color (decimal): -4809299 or 11378102. OLE color: 11378102.

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

Color convert

RGB182157173-
CMYK00.140.050.29
HSL321.6º14.62%66.47%-
HSV(B)321.6º13.74%71.37%-
XYZ38.8937.0844.64-
YUV166.3131.78139.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=35.55%
G=30.66%
B=33.79%

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
Decimal18215717300.140.050.29321.614.6266.47
HexB69DAD0E51D142f42
Octal26623525501653550217102
Binary101101101001110110101101011101011110110100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DAD; }

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

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

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

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

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

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

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

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