Shades of Lily #B99CA8
Tints of Lily #B99CA8
RGB
CMYK
RGB Variations
Color information
#B99CA8 (or 0xB99CA8) is known color: Lily. HEX triplet: B9, 9C and A8. RGB value is (185,156,168). Sum of RGB (Red+Green+Blue) = 185+156+168=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99CA8 is #466357. Grayscale: #A6A6A6. Windows color (decimal): -4612952 or 11050169. OLE color: 11050169.
HSL color Cylindrical-coordinate representation of color #B99CA8: hue angle of 335.17º 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 #B99CA8 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 168 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.27 |
| HSL | 335.17º | 0.17% | 0.67% | - |
| HSV(B) | 335.17º | 0.16% | 0.73% | - |
| XYZ | 38.96 | 36.92 | 42.12 | - |
| YUV | 166.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 168 | 0 | 0.16 | 0.09 | 0.27 | 335.17 | 0.17 | 0.67 |
| Hex | B9 | 9C | A8 | 0 | 10 | 9 | 1B | 14F | 11 | 43 |
| Octal | 271 | 234 | 250 | 0 | 20 | 11 | 33 | 517 | 21 | 103 |
| Binary | 10111001 | 10011100 | 10101000 | 0 | 10000 | 1001 | 11011 | 101001111 | 10001 | 1000011 |
Color Harmonies of #B99CA8
Complementary color
Monochromatic Colors of #B99CA8
Black with #B99CA8
Text Example
Text Example
White with #B99CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CA8; }
p { color: rgb(185,156,168); }
H1.HeaderClassName
{
color: #B99CA8;
}
.AnyTagClassName
{
color: #B99CA8;
}
</style>
background-color css
<style>
a { background-color: #B99CA8; }
a { background-color: rgb(185,156,168); }
div.DivClassName
{
background-color: #B99CA8;
}
.BgClassName
{
background-color: #B99CA8;
}
</style>
border-color css
<style>
span { border-color: #B99CA8; }
span { border-color: rgb(185,156,168); }
td.TdClassName
{
border-color: #B99CA8;
}
.TagClassName
{
border-color: #B99CA8;
}
</style>