Shades of Perfume #BFA1DD
Tints of Perfume #BFA1DD
RGB
CMYK
RGB Variations
Color information
#BFA1DD (or 0xBFA1DD) is known color: Perfume. HEX triplet: BF, A1 and DD. RGB value is (191,161,221). Sum of RGB (Red+Green+Blue) = 191+161+221=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1DD is #405E22. Grayscale: #B0B0B0. Windows color (decimal): -4218403 or 14524863. OLE color: 14524863.
HSL color Cylindrical-coordinate representation of color #BFA1DD: hue angle of 270º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFA1DD is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 161 | 221 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.13 |
| HSL | 270º | 0.47% | 0.75% | - |
| HSV(B) | 270º | 0.27% | 0.87% | - |
| XYZ | 47.28 | 41.79 | 73.98 | - |
| YUV | 176.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 221 | 0.14 | 0.27 | 0 | 0.13 | 270 | 0.47 | 0.75 |
| Hex | BF | A1 | DD | E | 1B | 0 | D | 10E | 2F | 4B |
| Octal | 277 | 241 | 335 | 16 | 33 | 0 | 15 | 416 | 57 | 113 |
| Binary | 10111111 | 10100001 | 11011101 | 1110 | 11011 | 0 | 1101 | 100001110 | 101111 | 1001011 |
Color Harmonies of #BFA1DD
Complementary color
Monochromatic Colors of #BFA1DD
Black with #BFA1DD
Text Example
Text Example
White with #BFA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1DD; }
p { color: rgb(191,161,221); }
H1.HeaderClassName
{
color: #BFA1DD;
}
.AnyTagClassName
{
color: #BFA1DD;
}
</style>
background-color css
<style>
a { background-color: #BFA1DD; }
a { background-color: rgb(191,161,221); }
div.DivClassName
{
background-color: #BFA1DD;
}
.BgClassName
{
background-color: #BFA1DD;
}
</style>
border-color css
<style>
span { border-color: #BFA1DD; }
span { border-color: rgb(191,161,221); }
td.TdClassName
{
border-color: #BFA1DD;
}
.TagClassName
{
border-color: #BFA1DD;
}
</style>