#B89FAE

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

Shades of Lily #B89FAE

Tints of Lily #B89FAE

Color information

#B89FAE (or 0xB89FAE) is unknown color: approx Lily. HEX triplet: B8, 9F and AE. RGB value is (184,159,174). Sum of RGB (Red+Green+Blue) = 184+159+174=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FAE is #476051. Grayscale: #A8A8A8. Windows color (decimal): -4677714 or 11444152. OLE color: 11444152.

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

Color convert

RGB184159174-
CMYK00.140.050.28
HSL324º14.97%67.25%-
HSV(B)324º13.59%72.16%-
XYZ39.8138.0445.29-
YUV168.18131.28139.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=35.59%
G=30.75%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415917400.140.050.2832414.9767.25
HexB89FAE0E51C144f43
Octal27023725601653450417103
Binary101110001001111110101110011101011110010100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FAE; }

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

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

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

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

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

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

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

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