Shades of Lily #B99FB3
Tints of Lily #B99FB3
RGB
CMYK
RGB Variations
Color information
#B99FB3 (or 0xB99FB3) is known color: Lily. HEX triplet: B9, 9F and B3. RGB value is (185,159,179). Sum of RGB (Red+Green+Blue) = 185+159+179=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FB3 is #46604C. Grayscale: #A9A9A9. Windows color (decimal): -4612173 or 11771833. OLE color: 11771833.
HSL color Cylindrical-coordinate representation of color #B99FB3: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B99FB3 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 179 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.27 |
| HSL | 313.85º | 0.16% | 0.67% | - |
| HSV(B) | 313.85º | 0.14% | 0.73% | - |
| XYZ | 40.54 | 38.37 | 47.92 | - |
| YUV | 169.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 179 | 0 | 0.14 | 0.03 | 0.27 | 313.85 | 0.16 | 0.67 |
| Hex | B9 | 9F | B3 | 0 | E | 3 | 1B | 13A | 10 | 43 |
| Octal | 271 | 237 | 263 | 0 | 16 | 3 | 33 | 472 | 20 | 103 |
| Binary | 10111001 | 10011111 | 10110011 | 0 | 1110 | 11 | 11011 | 100111010 | 10000 | 1000011 |
Color Harmonies of #B99FB3
Complementary color
Monochromatic Colors of #B99FB3
Black with #B99FB3
Text Example
Text Example
White with #B99FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FB3; }
p { color: rgb(185,159,179); }
H1.HeaderClassName
{
color: #B99FB3;
}
.AnyTagClassName
{
color: #B99FB3;
}
</style>
background-color css
<style>
a { background-color: #B99FB3; }
a { background-color: rgb(185,159,179); }
div.DivClassName
{
background-color: #B99FB3;
}
.BgClassName
{
background-color: #B99FB3;
}
</style>
border-color css
<style>
span { border-color: #B99FB3; }
span { border-color: rgb(185,159,179); }
td.TdClassName
{
border-color: #B99FB3;
}
.TagClassName
{
border-color: #B99FB3;
}
</style>