Shades of Perfume #BFA0DD
Tints of Perfume #BFA0DD
RGB
CMYK
RGB Variations
Color information
#BFA0DD (or 0xBFA0DD) is known color: Perfume. HEX triplet: BF, A0 and DD. RGB value is (191,160,221). Sum of RGB (Red+Green+Blue) = 191+160+221=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0DD is #405F22. Grayscale: #B0B0B0. Windows color (decimal): -4218659 or 14524607. OLE color: 14524607.
HSL color Cylindrical-coordinate representation of color #BFA0DD: hue angle of 270.49º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA0DD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 160 | 221 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.13 |
| HSL | 270.49º | 0.47% | 0.75% | - |
| HSV(B) | 270.49º | 0.28% | 0.87% | - |
| XYZ | 47.11 | 41.44 | 73.92 | - |
| YUV | 176.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 221 | 0.14 | 0.28 | 0 | 0.13 | 270.49 | 0.47 | 0.75 |
| Hex | BF | A0 | DD | E | 1C | 0 | D | 10E | 2F | 4B |
| Octal | 277 | 240 | 335 | 16 | 34 | 0 | 15 | 416 | 57 | 113 |
| Binary | 10111111 | 10100000 | 11011101 | 1110 | 11100 | 0 | 1101 | 100001110 | 101111 | 1001011 |
Color Harmonies of #BFA0DD
Complementary color
Monochromatic Colors of #BFA0DD
Black with #BFA0DD
Text Example
Text Example
White with #BFA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0DD; }
p { color: rgb(191,160,221); }
H1.HeaderClassName
{
color: #BFA0DD;
}
.AnyTagClassName
{
color: #BFA0DD;
}
</style>
background-color css
<style>
a { background-color: #BFA0DD; }
a { background-color: rgb(191,160,221); }
div.DivClassName
{
background-color: #BFA0DD;
}
.BgClassName
{
background-color: #BFA0DD;
}
</style>
border-color css
<style>
span { border-color: #BFA0DD; }
span { border-color: rgb(191,160,221); }
td.TdClassName
{
border-color: #BFA0DD;
}
.TagClassName
{
border-color: #BFA0DD;
}
</style>