Shades of Perfume #BFA0DA
Tints of Perfume #BFA0DA
RGB
CMYK
RGB Variations
Color information
#BFA0DA (or 0xBFA0DA) is known color: Perfume. HEX triplet: BF, A0 and DA. RGB value is (191,160,218). Sum of RGB (Red+Green+Blue) = 191+160+218=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0DA is #405F25. Grayscale: #AFAFAF. Windows color (decimal): -4218662 or 14327999. OLE color: 14327999.
HSL color Cylindrical-coordinate representation of color #BFA0DA: hue angle of 272.07º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFA0DA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 160 | 218 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.15 |
| HSL | 272.07º | 0.44% | 0.74% | - |
| HSV(B) | 272.07º | 0.27% | 0.85% | - |
| XYZ | 46.71 | 41.28 | 71.84 | - |
| YUV | 175.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 218 | 0.12 | 0.27 | 0 | 0.15 | 272.07 | 0.44 | 0.74 |
| Hex | BF | A0 | DA | C | 1B | 0 | F | 110 | 2C | 4A |
| Octal | 277 | 240 | 332 | 14 | 33 | 0 | 17 | 420 | 54 | 112 |
| Binary | 10111111 | 10100000 | 11011010 | 1100 | 11011 | 0 | 1111 | 100010000 | 101100 | 1001010 |
Color Harmonies of #BFA0DA
Complementary color
Monochromatic Colors of #BFA0DA
Black with #BFA0DA
Text Example
Text Example
White with #BFA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0DA; }
p { color: rgb(191,160,218); }
H1.HeaderClassName
{
color: #BFA0DA;
}
.AnyTagClassName
{
color: #BFA0DA;
}
</style>
background-color css
<style>
a { background-color: #BFA0DA; }
a { background-color: rgb(191,160,218); }
div.DivClassName
{
background-color: #BFA0DA;
}
.BgClassName
{
background-color: #BFA0DA;
}
</style>
border-color css
<style>
span { border-color: #BFA0DA; }
span { border-color: rgb(191,160,218); }
td.TdClassName
{
border-color: #BFA0DA;
}
.TagClassName
{
border-color: #BFA0DA;
}
</style>