Shades of Lily #BF99B7
Tints of Lily #BF99B7
RGB
CMYK
RGB Variations
Color information
#BF99B7 (or 0xBF99B7) is known color: Lily. HEX triplet: BF, 99 and B7. RGB value is (191,153,183). Sum of RGB (Red+Green+Blue) = 191+153+183=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99B7 is #406648. Grayscale: #A7A7A7. Windows color (decimal): -4220489 or 12032447. OLE color: 12032447.
HSL color Cylindrical-coordinate representation of color #BF99B7: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99B7 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 183 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.25 |
| HSL | 312.63º | 0.23% | 0.67% | - |
| HSV(B) | 312.63º | 0.2% | 0.75% | - |
| XYZ | 41.42 | 37.28 | 49.81 | - |
| YUV | 167.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 183 | 0 | 0.20 | 0.04 | 0.25 | 312.63 | 0.23 | 0.67 |
| Hex | BF | 99 | B7 | 0 | 14 | 4 | 19 | 139 | 17 | 43 |
| Octal | 277 | 231 | 267 | 0 | 24 | 4 | 31 | 471 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10110111 | 0 | 10100 | 100 | 11001 | 100111001 | 10111 | 1000011 |
Color Harmonies of #BF99B7
Complementary color
Monochromatic Colors of #BF99B7
Black with #BF99B7
Text Example
Text Example
White with #BF99B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99B7; }
p { color: rgb(191,153,183); }
H1.HeaderClassName
{
color: #BF99B7;
}
.AnyTagClassName
{
color: #BF99B7;
}
</style>
background-color css
<style>
a { background-color: #BF99B7; }
a { background-color: rgb(191,153,183); }
div.DivClassName
{
background-color: #BF99B7;
}
.BgClassName
{
background-color: #BF99B7;
}
</style>
border-color css
<style>
span { border-color: #BF99B7; }
span { border-color: rgb(191,153,183); }
td.TdClassName
{
border-color: #BF99B7;
}
.TagClassName
{
border-color: #BF99B7;
}
</style>