#B99CAC

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

Shades of Lily #B99CAC

Tints of Lily #B99CAC

Color information

#B99CAC (or 0xB99CAC) is unknown color: approx Lily. HEX triplet: B9, 9C and AC. RGB value is (185,156,172). Sum of RGB (Red+Green+Blue) = 185+156+172=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99CAC is #466353. Grayscale: #A6A6A6. Windows color (decimal): -4612948 or 11312313. OLE color: 11312313.

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

Color convert

RGB185156172-
CMYK00.160.070.27
HSL326.9º17.16%66.86%-
HSV(B)326.9º15.68%72.55%-
XYZ39.3437.0744.11-
YUV166.5131.11141.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=36.06%
G=30.41%
B=33.53%

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
Decimal18515617200.160.070.27326.917.1666.86
HexB99CAC01071B1471143
Octal27123425402073350721103
Binary10111001100111001010110001000011111011101000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CAC; }

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

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

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

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

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

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

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

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