Shades of Lily #B99AAF
Tints of Lily #B99AAF
RGB
CMYK
RGB Variations
Color information
#B99AAF (or 0xB99AAF) is known color: Lily. HEX triplet: B9, 9A and AF. RGB value is (185,154,175). Sum of RGB (Red+Green+Blue) = 185+154+175=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B99AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99AAF is #466550. Grayscale: #A5A5A5. Windows color (decimal): -4613457 or 11508409. OLE color: 11508409.
HSL color Cylindrical-coordinate representation of color #B99AAF: hue angle of 319.35º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B99AAF is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 175 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.27 |
| HSL | 319.35º | 0.18% | 0.66% | - |
| HSV(B) | 319.35º | 0.17% | 0.73% | - |
| XYZ | 39.3 | 36.52 | 45.54 | - |
| YUV | 165.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 175 | 0 | 0.17 | 0.05 | 0.27 | 319.35 | 0.18 | 0.66 |
| Hex | B9 | 9A | AF | 0 | 11 | 5 | 1B | 13F | 12 | 42 |
| Octal | 271 | 232 | 257 | 0 | 21 | 5 | 33 | 477 | 22 | 102 |
| Binary | 10111001 | 10011010 | 10101111 | 0 | 10001 | 101 | 11011 | 100111111 | 10010 | 1000010 |
Color Harmonies of #B99AAF
Complementary color
Monochromatic Colors of #B99AAF
Black with #B99AAF
Text Example
Text Example
White with #B99AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99AAF; }
p { color: rgb(185,154,175); }
H1.HeaderClassName
{
color: #B99AAF;
}
.AnyTagClassName
{
color: #B99AAF;
}
</style>
background-color css
<style>
a { background-color: #B99AAF; }
a { background-color: rgb(185,154,175); }
div.DivClassName
{
background-color: #B99AAF;
}
.BgClassName
{
background-color: #B99AAF;
}
</style>
border-color css
<style>
span { border-color: #B99AAF; }
span { border-color: rgb(185,154,175); }
td.TdClassName
{
border-color: #B99AAF;
}
.TagClassName
{
border-color: #B99AAF;
}
</style>