Shades of Lily #B99CAF
Tints of Lily #B99CAF
RGB
CMYK
RGB Variations
Color information
#B99CAF (or 0xB99CAF) is known color: Lily. HEX triplet: B9, 9C and AF. RGB value is (185,156,175). Sum of RGB (Red+Green+Blue) = 185+156+175=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99CAF is #466350. Grayscale: #A6A6A6. Windows color (decimal): -4612945 or 11508921. OLE color: 11508921.
HSL color Cylindrical-coordinate representation of color #B99CAF: hue angle of 320.69º 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 #B99CAF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 175 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.27 |
| HSL | 320.69º | 0.17% | 0.67% | - |
| HSV(B) | 320.69º | 0.16% | 0.73% | - |
| XYZ | 39.63 | 37.19 | 45.65 | - |
| YUV | 166.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 175 | 0 | 0.16 | 0.05 | 0.27 | 320.69 | 0.17 | 0.67 |
| Hex | B9 | 9C | AF | 0 | 10 | 5 | 1B | 141 | 11 | 43 |
| Octal | 271 | 234 | 257 | 0 | 20 | 5 | 33 | 501 | 21 | 103 |
| Binary | 10111001 | 10011100 | 10101111 | 0 | 10000 | 101 | 11011 | 101000001 | 10001 | 1000011 |
Color Harmonies of #B99CAF
Complementary color
Monochromatic Colors of #B99CAF
Black with #B99CAF
Text Example
Text Example
White with #B99CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CAF; }
p { color: rgb(185,156,175); }
H1.HeaderClassName
{
color: #B99CAF;
}
.AnyTagClassName
{
color: #B99CAF;
}
</style>
background-color css
<style>
a { background-color: #B99CAF; }
a { background-color: rgb(185,156,175); }
div.DivClassName
{
background-color: #B99CAF;
}
.BgClassName
{
background-color: #B99CAF;
}
</style>
border-color css
<style>
span { border-color: #B99CAF; }
span { border-color: rgb(185,156,175); }
td.TdClassName
{
border-color: #B99CAF;
}
.TagClassName
{
border-color: #B99CAF;
}
</style>