Shades of Perfume #BFA0DB
Tints of Perfume #BFA0DB
RGB
CMYK
RGB Variations
Color information
#BFA0DB (or 0xBFA0DB) is known color: Perfume. HEX triplet: BF, A0 and DB. RGB value is (191,160,219). Sum of RGB (Red+Green+Blue) = 191+160+219=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0DB is #405F24. Grayscale: #AFAFAF. Windows color (decimal): -4218661 or 14393535. OLE color: 14393535.
HSL color Cylindrical-coordinate representation of color #BFA0DB: hue angle of 271.53º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFA0DB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 160 | 219 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.14 |
| HSL | 271.53º | 0.45% | 0.74% | - |
| HSV(B) | 271.53º | 0.27% | 0.86% | - |
| XYZ | 46.84 | 41.33 | 72.53 | - |
| YUV | 176 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 219 | 0.13 | 0.27 | 0 | 0.14 | 271.53 | 0.45 | 0.74 |
| Hex | BF | A0 | DB | D | 1B | 0 | E | 110 | 2D | 4A |
| Octal | 277 | 240 | 333 | 15 | 33 | 0 | 16 | 420 | 55 | 112 |
| Binary | 10111111 | 10100000 | 11011011 | 1101 | 11011 | 0 | 1110 | 100010000 | 101101 | 1001010 |
Color Harmonies of #BFA0DB
Complementary color
Monochromatic Colors of #BFA0DB
Black with #BFA0DB
Text Example
Text Example
White with #BFA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0DB; }
p { color: rgb(191,160,219); }
H1.HeaderClassName
{
color: #BFA0DB;
}
.AnyTagClassName
{
color: #BFA0DB;
}
</style>
background-color css
<style>
a { background-color: #BFA0DB; }
a { background-color: rgb(191,160,219); }
div.DivClassName
{
background-color: #BFA0DB;
}
.BgClassName
{
background-color: #BFA0DB;
}
</style>
border-color css
<style>
span { border-color: #BFA0DB; }
span { border-color: rgb(191,160,219); }
td.TdClassName
{
border-color: #BFA0DB;
}
.TagClassName
{
border-color: #BFA0DB;
}
</style>