#B99FAB

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

Shades of Lily #B99FAB

Tints of Lily #B99FAB

Color information

#B99FAB (or 0xB99FAB) is unknown color: approx Lily. HEX triplet: B9, 9F and AB. RGB value is (185,159,171). Sum of RGB (Red+Green+Blue) = 185+159+171=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FAB is #466054. Grayscale: #A8A8A8. Windows color (decimal): -4612181 or 11247545. OLE color: 11247545.

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

Color convert

RGB185159171-
CMYK00.140.080.27
HSL332.31º15.66%67.45%-
HSV(B)332.31º14.05%72.55%-
XYZ39.7638.0543.78-
YUV168.14129.61140.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=35.92%
G=30.87%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515917100.140.080.27332.3115.6667.45
HexB99FAB0E81B14c1043
Octal271237253016103351420103
Binary10111001100111111010101101110100011011101001100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FAB; }

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

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

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

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

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

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

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

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