#B89BAF

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

Shades of Lily #B89BAF

Tints of Lily #B89BAF

Color information

#B89BAF (or 0xB89BAF) is unknown color: approx Lily. HEX triplet: B8, 9B and AF. RGB value is (184,155,175). Sum of RGB (Red+Green+Blue) = 184+155+175=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B89BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89BAF is #476450. Grayscale: #A5A5A5. Windows color (decimal): -4678737 or 11508664. OLE color: 11508664.

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

Color convert

RGB184155175-
CMYK00.160.050.28
HSL318.62º16.96%66.47%-
HSV(B)318.62º15.76%72.16%-
XYZ39.2336.7345.58-
YUV165.95133.11140.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=35.80%
G=30.16%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415517500.160.050.28318.6216.9666.47
HexB89BAF01051C13f1142
Octal27023325702053447721102
Binary10111000100110111010111101000010111100100111111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BAF; }

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

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

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

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

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

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

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

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