Shades of Perfume #BFA7D9
Tints of Perfume #BFA7D9
RGB
CMYK
RGB Variations
Color information
#BFA7D9 (or 0xBFA7D9) is known color: Perfume. HEX triplet: BF, A7 and D9. RGB value is (191,167,217). Sum of RGB (Red+Green+Blue) = 191+167+217=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7D9 is #405826. Grayscale: #B3B3B3. Windows color (decimal): -4216871 or 14264255. OLE color: 14264255.
HSL color Cylindrical-coordinate representation of color #BFA7D9: hue angle of 268.8º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFA7D9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 167 | 217 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.15 |
| HSL | 268.8º | 0.4% | 0.75% | - |
| HSV(B) | 268.8º | 0.23% | 0.85% | - |
| XYZ | 47.83 | 43.72 | 71.56 | - |
| YUV | 179.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 217 | 0.12 | 0.23 | 0 | 0.15 | 268.8 | 0.4 | 0.75 |
| Hex | BF | A7 | D9 | C | 17 | 0 | F | 10D | 28 | 4B |
| Octal | 277 | 247 | 331 | 14 | 27 | 0 | 17 | 415 | 50 | 113 |
| Binary | 10111111 | 10100111 | 11011001 | 1100 | 10111 | 0 | 1111 | 100001101 | 101000 | 1001011 |
Color Harmonies of #BFA7D9
Complementary color
Monochromatic Colors of #BFA7D9
Black with #BFA7D9
Text Example
Text Example
White with #BFA7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7D9; }
p { color: rgb(191,167,217); }
H1.HeaderClassName
{
color: #BFA7D9;
}
.AnyTagClassName
{
color: #BFA7D9;
}
</style>
background-color css
<style>
a { background-color: #BFA7D9; }
a { background-color: rgb(191,167,217); }
div.DivClassName
{
background-color: #BFA7D9;
}
.BgClassName
{
background-color: #BFA7D9;
}
</style>
border-color css
<style>
span { border-color: #BFA7D9; }
span { border-color: rgb(191,167,217); }
td.TdClassName
{
border-color: #BFA7D9;
}
.TagClassName
{
border-color: #BFA7D9;
}
</style>