#B69FAB

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

Shades of Lily #B69FAB

Tints of Lily #B69FAB

Color information

#B69FAB (or 0xB69FAB) is unknown color: approx Lily. HEX triplet: B6, 9F and AB. RGB value is (182,159,171). Sum of RGB (Red+Green+Blue) = 182+159+171=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 182 - color contains mainly: red. Hex color #B69FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69FAB is #496054. Grayscale: #A7A7A7. Windows color (decimal): -4808789 or 11247542. OLE color: 11247542.

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

Color convert

RGB182159171-
CMYK00.130.060.29
HSL328.7º13.61%66.86%-
HSV(B)328.7º12.64%71.37%-
XYZ39.0437.6843.74-
YUV167.24130.12138.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=35.55%
G=31.05%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215917100.130.060.29328.713.6166.86
HexB69FAB0D61D149e43
Octal26623725301563551116103
Binary101101101001111110101011011011101110110100100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FAB; }

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

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

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

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

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

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

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

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