Shades of Lily #B99CAC
Tints of Lily #B99CAC
RGB
CMYK
RGB Variations
Color information
#B99CAC (or 0xB99CAC) is known color: 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
| RGB | 185 | 156 | 172 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.27 |
| HSL | 326.9º | 0.17% | 0.67% | - |
| HSV(B) | 326.9º | 0.16% | 0.73% | - |
| XYZ | 39.34 | 37.07 | 44.11 | - |
| YUV | 166.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 172 | 0 | 0.16 | 0.07 | 0.27 | 326.9 | 0.17 | 0.67 |
| Hex | B9 | 9C | AC | 0 | 10 | 7 | 1B | 147 | 11 | 43 |
| Octal | 271 | 234 | 254 | 0 | 20 | 7 | 33 | 507 | 21 | 103 |
| Binary | 10111001 | 10011100 | 10101100 | 0 | 10000 | 111 | 11011 | 101000111 | 10001 | 1000011 |
Color Harmonies of #B99CAC
Complementary color
Monochromatic Colors of #B99CAC
Black with #B99CAC
Text Example
Text Example
White with #B99CAC
Text Example
Text Example
HTML Codes & Css Web 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>