#B99BAD

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

Shades of Lily #B99BAD

Tints of Lily #B99BAD

Color information

#B99BAD (or 0xB99BAD) is unknown color: approx Lily. HEX triplet: B9, 9B and AD. RGB value is (185,155,173). Sum of RGB (Red+Green+Blue) = 185+155+173=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BAD is #466452. Grayscale: #A5A5A5. Windows color (decimal): -4613203 or 11377593. OLE color: 11377593.

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

Color convert

RGB185155173-
CMYK00.160.060.27
HSL324º17.65%66.67%-
HSV(B)324º16.22%72.55%-
XYZ39.2736.7744.56-
YUV166.02131.94141.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=36.06%
G=30.21%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515517300.160.060.2732417.6566.67
HexB99BAD01061B1441243
Octal27123325502063350422103
Binary10111001100110111010110101000011011011101000100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BAD; }

 p { color: rgb(185,155,173); }

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

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

 a { background-color: rgb(185,155,173); }

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

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

 span { border-color: rgb(185,155,173); }

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