#B89FA9

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

Shades of Lily #B89FA9

Tints of Lily #B89FA9

Color information

#B89FA9 (or 0xB89FA9) is unknown color: approx Lily. HEX triplet: B8, 9F and A9. RGB value is (184,159,169). Sum of RGB (Red+Green+Blue) = 184+159+169=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FA9 is #476056. Grayscale: #A7A7A7. Windows color (decimal): -4677719 or 11116472. OLE color: 11116472.

HSL color Cylindrical-coordinate representation of color #B89FA9: hue angle of 336º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89FA9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184159169-
CMYK00.140.080.28
HSL336º14.97%67.25%-
HSV(B)336º13.59%72.16%-
XYZ39.3337.8542.77-
YUV167.61128.78139.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.94%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=35.94%
G=31.05%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415916900.140.080.2833614.9767.25
HexB89FA90E81C150f43
Octal270237251016103452017103
Binary1011100010011111101010010111010001110010101000011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FA9; }

 p { color: rgb(184,159,169); }

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

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

 a { background-color: rgb(184,159,169); }

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

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

 span { border-color: rgb(184,159,169); }

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