#B89FAB

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

Shades of Lily #B89FAB

Tints of Lily #B89FAB

Color information

#B89FAB (or 0xB89FAB) is unknown color: approx Lily. HEX triplet: B8, 9F and AB. RGB value is (184,159,171). Sum of RGB (Red+Green+Blue) = 184+159+171=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FAB is #476054. Grayscale: #A7A7A7. Windows color (decimal): -4677717 or 11247544. OLE color: 11247544.

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

Color convert

RGB184159171-
CMYK00.140.070.28
HSL331.2º14.97%67.25%-
HSV(B)331.2º13.59%72.16%-
XYZ39.5237.9343.77-
YUV167.84129.78139.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=35.80%
G=30.93%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415917100.140.070.28331.214.9767.25
HexB89FAB0E71C14bf43
Octal27023725301673451317103
Binary101110001001111110101011011101111110010100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FAB; }

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

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

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

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

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

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

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

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