Shades of Perfume #BFA1DB
Tints of Perfume #BFA1DB
RGB
CMYK
RGB Variations
Color information
#BFA1DB (or 0xBFA1DB) is known color: Perfume. HEX triplet: BF, A1 and DB. RGB value is (191,161,219). Sum of RGB (Red+Green+Blue) = 191+161+219=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1DB is #405E24. Grayscale: #B0B0B0. Windows color (decimal): -4218405 or 14393791. OLE color: 14393791.
HSL color Cylindrical-coordinate representation of color #BFA1DB: hue angle of 271.03º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA1DB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 161 | 219 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.14 |
| HSL | 271.03º | 0.45% | 0.75% | - |
| HSV(B) | 271.03º | 0.26% | 0.86% | - |
| XYZ | 47.02 | 41.68 | 72.58 | - |
| YUV | 176.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 219 | 0.13 | 0.26 | 0 | 0.14 | 271.03 | 0.45 | 0.75 |
| Hex | BF | A1 | DB | D | 1A | 0 | E | 10F | 2D | 4B |
| Octal | 277 | 241 | 333 | 15 | 32 | 0 | 16 | 417 | 55 | 113 |
| Binary | 10111111 | 10100001 | 11011011 | 1101 | 11010 | 0 | 1110 | 100001111 | 101101 | 1001011 |
Color Harmonies of #BFA1DB
Complementary color
Monochromatic Colors of #BFA1DB
Black with #BFA1DB
Text Example
Text Example
White with #BFA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1DB; }
p { color: rgb(191,161,219); }
H1.HeaderClassName
{
color: #BFA1DB;
}
.AnyTagClassName
{
color: #BFA1DB;
}
</style>
background-color css
<style>
a { background-color: #BFA1DB; }
a { background-color: rgb(191,161,219); }
div.DivClassName
{
background-color: #BFA1DB;
}
.BgClassName
{
background-color: #BFA1DB;
}
</style>
border-color css
<style>
span { border-color: #BFA1DB; }
span { border-color: rgb(191,161,219); }
td.TdClassName
{
border-color: #BFA1DB;
}
.TagClassName
{
border-color: #BFA1DB;
}
</style>