#B89FAF

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

Shades of Lily #B89FAF

Tints of Lily #B89FAF

Color information

#B89FAF (or 0xB89FAF) is unknown color: approx Lily. HEX triplet: B8, 9F and AF. RGB value is (184,159,175). Sum of RGB (Red+Green+Blue) = 184+159+175=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FAF is #476050. Grayscale: #A8A8A8. Windows color (decimal): -4677713 or 11509688. OLE color: 11509688.

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

Color convert

RGB184159175-
CMYK00.140.050.28
HSL321.6º14.97%67.25%-
HSV(B)321.6º13.59%72.16%-
XYZ39.938.0845.8-
YUV168.3131.78139.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=35.52%
G=30.69%
B=33.78%

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
Decimal18415917500.140.050.28321.614.9767.25
HexB89FAF0E51C142f43
Octal27023725701653450217103
Binary101110001001111110101111011101011110010100001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FAF; }

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

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

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

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

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

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

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

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