#B69FAA

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

Shades of Lily #B69FAA

Tints of Lily #B69FAA

Color information

#B69FAA (or 0xB69FAA) is unknown color: approx Lily. HEX triplet: B6, 9F and AA. RGB value is (182,159,170). Sum of RGB (Red+Green+Blue) = 182+159+170=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 182 - color contains mainly: red. Hex color #B69FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69FAA is #496055. Grayscale: #A7A7A7. Windows color (decimal): -4808790 or 11182006. OLE color: 11182006.

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

Color convert

RGB182159170-
CMYK00.130.070.29
HSL331.3º13.61%66.86%-
HSV(B)331.3º12.64%71.37%-
XYZ38.9537.6443.24-
YUV167.13129.62138.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=35.62%
G=31.12%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215917000.130.070.29331.313.6166.86
HexB69FAA0D71D14be43
Octal26623725201573551316103
Binary101101101001111110101010011011111110110100101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FAA; }

 p { color: rgb(182,159,170); }

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

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

 a { background-color: rgb(182,159,170); }

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

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

 span { border-color: rgb(182,159,170); }

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