Shades of Perfume #BFA0D9
Tints of Perfume #BFA0D9
RGB
CMYK
RGB Variations
Color information
#BFA0D9 (or 0xBFA0D9) is known color: Perfume. HEX triplet: BF, A0 and D9. RGB value is (191,160,217). Sum of RGB (Red+Green+Blue) = 191+160+217=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFA0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0D9 is #405F26. Grayscale: #AFAFAF. Windows color (decimal): -4218663 or 14262463. OLE color: 14262463.
HSL color Cylindrical-coordinate representation of color #BFA0D9: hue angle of 272.63º degrees, saturation: 0.43, 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 #BFA0D9 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 160 | 217 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.15 |
| HSL | 272.63º | 0.43% | 0.74% | - |
| HSV(B) | 272.63º | 0.26% | 0.85% | - |
| XYZ | 46.58 | 41.23 | 71.15 | - |
| YUV | 175.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 217 | 0.12 | 0.26 | 0 | 0.15 | 272.63 | 0.43 | 0.74 |
| Hex | BF | A0 | D9 | C | 1A | 0 | F | 111 | 2B | 4A |
| Octal | 277 | 240 | 331 | 14 | 32 | 0 | 17 | 421 | 53 | 112 |
| Binary | 10111111 | 10100000 | 11011001 | 1100 | 11010 | 0 | 1111 | 100010001 | 101011 | 1001010 |
Color Harmonies of #BFA0D9
Complementary color
Monochromatic Colors of #BFA0D9
Black with #BFA0D9
Text Example
Text Example
White with #BFA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0D9; }
p { color: rgb(191,160,217); }
H1.HeaderClassName
{
color: #BFA0D9;
}
.AnyTagClassName
{
color: #BFA0D9;
}
</style>
background-color css
<style>
a { background-color: #BFA0D9; }
a { background-color: rgb(191,160,217); }
div.DivClassName
{
background-color: #BFA0D9;
}
.BgClassName
{
background-color: #BFA0D9;
}
</style>
border-color css
<style>
span { border-color: #BFA0D9; }
span { border-color: rgb(191,160,217); }
td.TdClassName
{
border-color: #BFA0D9;
}
.TagClassName
{
border-color: #BFA0D9;
}
</style>