#B98FA5

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

Shades of Lily #B98FA5

Tints of Lily #B98FA5

Color information

#B98FA5 (or 0xB98FA5) is unknown color: approx Lily. HEX triplet: B9, 8F and A5. RGB value is (185,143,165). Sum of RGB (Red+Green+Blue) = 185+143+165=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98FA5 is #46705A. Grayscale: #9E9E9E. Windows color (decimal): -4616283 or 10850233. OLE color: 10850233.

HSL color Cylindrical-coordinate representation of color #B98FA5: hue angle of 328.57º 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 #B98FA5 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185143165-
CMYK00.230.110.27
HSL328.57º23.08%64.31%-
HSV(B)328.57º22.7%72.55%-
XYZ36.6232.6839.97-
YUV158.07131.91147.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=37.53%
G=29.01%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514316500.230.110.27328.5723.0864.31
HexB98FA5017B1B1491740
Octal271217245027133351127100
Binary101110011000111110100101010111101111011101001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FA5; }

 p { color: rgb(185,143,165); }

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

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

 a { background-color: rgb(185,143,165); }

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

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

 span { border-color: rgb(185,143,165); }

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