#B98BA9

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

Shades of Lily #B98BA9

Tints of Lily #B98BA9

Color information

#B98BA9 (or 0xB98BA9) is unknown color: approx Lily. HEX triplet: B9, 8B and A9. RGB value is (185,139,169). Sum of RGB (Red+Green+Blue) = 185+139+169=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BA9 is #467456. Grayscale: #9C9C9C. Windows color (decimal): -4617303 or 11111353. OLE color: 11111353.

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

Color convert

RGB185139169-
CMYK00.250.090.27
HSL320.87º24.73%63.53%-
HSV(B)320.87º24.86%72.55%-
XYZ36.431.6441.73-
YUV156.17135.24148.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=37.53%
G=28.19%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513916900.250.090.27320.8724.7363.53
HexB98BA901991B1411940
Octal271213251031113350131100
Binary101110011000101110101001011001100111011101000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BA9; }

 p { color: rgb(185,139,169); }

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

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

 a { background-color: rgb(185,139,169); }

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

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

 span { border-color: rgb(185,139,169); }

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