#B89DAF

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

Shades of Lily #B89DAF

Tints of Lily #B89DAF

Color information

#B89DAF (or 0xB89DAF) is unknown color: approx Lily. HEX triplet: B8, 9D and AF. RGB value is (184,157,175). Sum of RGB (Red+Green+Blue) = 184+157+175=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B89DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89DAF is #476250. Grayscale: #A7A7A7. Windows color (decimal): -4678225 or 11509176. OLE color: 11509176.

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

Color convert

RGB184157175-
CMYK00.150.050.28
HSL320º15.98%66.86%-
HSV(B)320º14.67%72.16%-
XYZ39.5637.445.69-
YUV167.12132.45140.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=35.66%
G=30.43%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415717500.150.050.2832015.9866.86
HexB89DAF0F51C1401043
Octal27023525701753450020103
Binary1011100010011101101011110111110111100101000000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DAF; }

 p { color: rgb(184,157,175); }

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

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

 a { background-color: rgb(184,157,175); }

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

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

 span { border-color: rgb(184,157,175); }

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