#B98EAB

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

Shades of Lily #B98EAB

Tints of Lily #B98EAB

Color information

#B98EAB (or 0xB98EAB) is unknown color: approx Lily. HEX triplet: B9, 8E and AB. RGB value is (185,142,171). Sum of RGB (Red+Green+Blue) = 185+142+171=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B98EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98EAB is #467154. Grayscale: #9E9E9E. Windows color (decimal): -4616533 or 11243193. OLE color: 11243193.

HSL color Cylindrical-coordinate representation of color #B98EAB: hue angle of 319.53º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98EAB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185142171-
CMYK00.230.080.27
HSL319.53º23.5%64.12%-
HSV(B)319.53º23.24%72.55%-
XYZ37.0332.642.87-
YUV158.16135.25147.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=37.15%
G=28.51%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514217100.230.080.27319.5323.564.12
HexB98EAB01781B1401740
Octal271216253027103350027100
Binary101110011000111010101011010111100011011101000000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EAB; }

 p { color: rgb(185,142,171); }

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

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

 a { background-color: rgb(185,142,171); }

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

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

 span { border-color: rgb(185,142,171); }

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