Shades of Lily #BF99AC
Tints of Lily #BF99AC
RGB
CMYK
RGB Variations
Color information
#BF99AC (or 0xBF99AC) is known color: Lily. HEX triplet: BF, 99 and AC. RGB value is (191,153,172). Sum of RGB (Red+Green+Blue) = 191+153+172=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99AC is #406653. Grayscale: #A6A6A6. Windows color (decimal): -4220500 or 11311551. OLE color: 11311551.
HSL color Cylindrical-coordinate representation of color #BF99AC: hue angle of 330º 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 #BF99AC is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 172 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.25 |
| HSL | 330º | 0.23% | 0.67% | - |
| HSV(B) | 330º | 0.2% | 0.75% | - |
| XYZ | 40.32 | 36.84 | 44.01 | - |
| YUV | 166.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 172 | 0 | 0.20 | 0.10 | 0.25 | 330 | 0.23 | 0.67 |
| Hex | BF | 99 | AC | 0 | 14 | A | 19 | 14A | 17 | 43 |
| Octal | 277 | 231 | 254 | 0 | 24 | 12 | 31 | 512 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10101100 | 0 | 10100 | 1010 | 11001 | 101001010 | 10111 | 1000011 |
Color Harmonies of #BF99AC
Complementary color
Monochromatic Colors of #BF99AC
Black with #BF99AC
Text Example
Text Example
White with #BF99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99AC; }
p { color: rgb(191,153,172); }
H1.HeaderClassName
{
color: #BF99AC;
}
.AnyTagClassName
{
color: #BF99AC;
}
</style>
background-color css
<style>
a { background-color: #BF99AC; }
a { background-color: rgb(191,153,172); }
div.DivClassName
{
background-color: #BF99AC;
}
.BgClassName
{
background-color: #BF99AC;
}
</style>
border-color css
<style>
span { border-color: #BF99AC; }
span { border-color: rgb(191,153,172); }
td.TdClassName
{
border-color: #BF99AC;
}
.TagClassName
{
border-color: #BF99AC;
}
</style>