Shades of Lily #BF99AA
Tints of Lily #BF99AA
RGB
CMYK
RGB Variations
Color information
#BF99AA (or 0xBF99AA) is known color: Lily. HEX triplet: BF, 99 and AA. RGB value is (191,153,170). Sum of RGB (Red+Green+Blue) = 191+153+170=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99AA is #406655. Grayscale: #A6A6A6. Windows color (decimal): -4220502 or 11180479. OLE color: 11180479.
HSL color Cylindrical-coordinate representation of color #BF99AA: hue angle of 333.16º 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 #BF99AA is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 170 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.25 |
| HSL | 333.16º | 0.23% | 0.67% | - |
| HSV(B) | 333.16º | 0.2% | 0.75% | - |
| XYZ | 40.13 | 36.76 | 43.01 | - |
| YUV | 166.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 170 | 0 | 0.20 | 0.11 | 0.25 | 333.16 | 0.23 | 0.67 |
| Hex | BF | 99 | AA | 0 | 14 | B | 19 | 14D | 17 | 43 |
| Octal | 277 | 231 | 252 | 0 | 24 | 13 | 31 | 515 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10101010 | 0 | 10100 | 1011 | 11001 | 101001101 | 10111 | 1000011 |
Color Harmonies of #BF99AA
Complementary color
Monochromatic Colors of #BF99AA
Black with #BF99AA
Text Example
Text Example
White with #BF99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99AA; }
p { color: rgb(191,153,170); }
H1.HeaderClassName
{
color: #BF99AA;
}
.AnyTagClassName
{
color: #BF99AA;
}
</style>
background-color css
<style>
a { background-color: #BF99AA; }
a { background-color: rgb(191,153,170); }
div.DivClassName
{
background-color: #BF99AA;
}
.BgClassName
{
background-color: #BF99AA;
}
</style>
border-color css
<style>
span { border-color: #BF99AA; }
span { border-color: rgb(191,153,170); }
td.TdClassName
{
border-color: #BF99AA;
}
.TagClassName
{
border-color: #BF99AA;
}
</style>