Shades of Perfume #BFA1D9
Tints of Perfume #BFA1D9
RGB
CMYK
RGB Variations
Color information
#BFA1D9 (or 0xBFA1D9) is known color: Perfume. HEX triplet: BF, A1 and D9. RGB value is (191,161,217). Sum of RGB (Red+Green+Blue) = 191+161+217=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFA1D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1D9 is #405E26. Grayscale: #B0B0B0. Windows color (decimal): -4218407 or 14262719. OLE color: 14262719.
HSL color Cylindrical-coordinate representation of color #BFA1D9: hue angle of 272.14º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA1D9 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 161 | 217 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.15 |
| HSL | 272.14º | 0.42% | 0.74% | - |
| HSV(B) | 272.14º | 0.26% | 0.85% | - |
| XYZ | 46.76 | 41.58 | 71.21 | - |
| YUV | 176.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 217 | 0.12 | 0.26 | 0 | 0.15 | 272.14 | 0.42 | 0.74 |
| Hex | BF | A1 | D9 | C | 1A | 0 | F | 110 | 2A | 4A |
| Octal | 277 | 241 | 331 | 14 | 32 | 0 | 17 | 420 | 52 | 112 |
| Binary | 10111111 | 10100001 | 11011001 | 1100 | 11010 | 0 | 1111 | 100010000 | 101010 | 1001010 |
Color Harmonies of #BFA1D9
Complementary color
Monochromatic Colors of #BFA1D9
Black with #BFA1D9
Text Example
Text Example
White with #BFA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1D9; }
p { color: rgb(191,161,217); }
H1.HeaderClassName
{
color: #BFA1D9;
}
.AnyTagClassName
{
color: #BFA1D9;
}
</style>
background-color css
<style>
a { background-color: #BFA1D9; }
a { background-color: rgb(191,161,217); }
div.DivClassName
{
background-color: #BFA1D9;
}
.BgClassName
{
background-color: #BFA1D9;
}
</style>
border-color css
<style>
span { border-color: #BFA1D9; }
span { border-color: rgb(191,161,217); }
td.TdClassName
{
border-color: #BFA1D9;
}
.TagClassName
{
border-color: #BFA1D9;
}
</style>