#B89FAD

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

Shades of Lily #B89FAD

Tints of Lily #B89FAD

Color information

#B89FAD (or 0xB89FAD) is unknown color: approx Lily. HEX triplet: B8, 9F and AD. RGB value is (184,159,173). Sum of RGB (Red+Green+Blue) = 184+159+173=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FAD is #476052. Grayscale: #A8A8A8. Windows color (decimal): -4677715 or 11378616. OLE color: 11378616.

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

Color convert

RGB184159173-
CMYK00.140.060.28
HSL326.4º14.97%67.25%-
HSV(B)326.4º13.59%72.16%-
XYZ39.713844.78-
YUV168.07130.78139.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=35.66%
G=30.81%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415917300.140.060.28326.414.9767.25
HexB89FAD0E61C146f43
Octal27023725501663450617103
Binary101110001001111110101101011101101110010100011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FAD; }

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

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

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

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

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

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

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

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