#B99BAC

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

Shades of Lily #B99BAC

Tints of Lily #B99BAC

Color information

#B99BAC (or 0xB99BAC) is unknown color: approx Lily. HEX triplet: B9, 9B and AC. RGB value is (185,155,172). Sum of RGB (Red+Green+Blue) = 185+155+172=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BAC is #466453. Grayscale: #A5A5A5. Windows color (decimal): -4613204 or 11312057. OLE color: 11312057.

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

Color convert

RGB185155172-
CMYK00.160.070.27
HSL326º17.65%66.67%-
HSV(B)326º16.22%72.55%-
XYZ39.1836.7444.06-
YUV165.91131.44141.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=36.13%
G=30.27%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515517200.160.070.2732617.6566.67
HexB99BAC01071B1461243
Octal27123325402073350622103
Binary10111001100110111010110001000011111011101000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BAC; }

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

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

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

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

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

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

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

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