Shades of Perfume #BFA1DA
Tints of Perfume #BFA1DA
RGB
CMYK
RGB Variations
Color information
#BFA1DA (or 0xBFA1DA) is known color: Perfume. HEX triplet: BF, A1 and DA. RGB value is (191,161,218). Sum of RGB (Red+Green+Blue) = 191+161+218=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1DA is #405E25. Grayscale: #B0B0B0. Windows color (decimal): -4218406 or 14328255. OLE color: 14328255.
HSL color Cylindrical-coordinate representation of color #BFA1DA: hue angle of 271.58º degrees, saturation: 0.44, 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 #BFA1DA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 161 | 218 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.15 |
| HSL | 271.58º | 0.44% | 0.74% | - |
| HSV(B) | 271.58º | 0.26% | 0.85% | - |
| XYZ | 46.89 | 41.63 | 71.89 | - |
| YUV | 176.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 218 | 0.12 | 0.26 | 0 | 0.15 | 271.58 | 0.44 | 0.74 |
| Hex | BF | A1 | DA | C | 1A | 0 | F | 110 | 2C | 4A |
| Octal | 277 | 241 | 332 | 14 | 32 | 0 | 17 | 420 | 54 | 112 |
| Binary | 10111111 | 10100001 | 11011010 | 1100 | 11010 | 0 | 1111 | 100010000 | 101100 | 1001010 |
Color Harmonies of #BFA1DA
Complementary color
Monochromatic Colors of #BFA1DA
Black with #BFA1DA
Text Example
Text Example
White with #BFA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1DA; }
p { color: rgb(191,161,218); }
H1.HeaderClassName
{
color: #BFA1DA;
}
.AnyTagClassName
{
color: #BFA1DA;
}
</style>
background-color css
<style>
a { background-color: #BFA1DA; }
a { background-color: rgb(191,161,218); }
div.DivClassName
{
background-color: #BFA1DA;
}
.BgClassName
{
background-color: #BFA1DA;
}
</style>
border-color css
<style>
span { border-color: #BFA1DA; }
span { border-color: rgb(191,161,218); }
td.TdClassName
{
border-color: #BFA1DA;
}
.TagClassName
{
border-color: #BFA1DA;
}
</style>