Shades of Perfume #BFA1DE
Tints of Perfume #BFA1DE
RGB
CMYK
RGB Variations
Color information
#BFA1DE (or 0xBFA1DE) is known color: Perfume. HEX triplet: BF, A1 and DE. RGB value is (191,161,222). Sum of RGB (Red+Green+Blue) = 191+161+222=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1DE is #405E21. Grayscale: #B0B0B0. Windows color (decimal): -4218402 or 14590399. OLE color: 14590399.
HSL color Cylindrical-coordinate representation of color #BFA1DE: hue angle of 269.51º degrees, saturation: 0.48, 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 #BFA1DE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 161 | 222 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.13 |
| HSL | 269.51º | 0.48% | 0.75% | - |
| HSV(B) | 269.51º | 0.27% | 0.87% | - |
| XYZ | 47.42 | 41.84 | 74.68 | - |
| YUV | 176.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 222 | 0.14 | 0.27 | 0 | 0.13 | 269.51 | 0.48 | 0.75 |
| Hex | BF | A1 | DE | E | 1B | 0 | D | 10E | 30 | 4B |
| Octal | 277 | 241 | 336 | 16 | 33 | 0 | 15 | 416 | 60 | 113 |
| Binary | 10111111 | 10100001 | 11011110 | 1110 | 11011 | 0 | 1101 | 100001110 | 110000 | 1001011 |
Color Harmonies of #BFA1DE
Complementary color
Monochromatic Colors of #BFA1DE
Black with #BFA1DE
Text Example
Text Example
White with #BFA1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1DE; }
p { color: rgb(191,161,222); }
H1.HeaderClassName
{
color: #BFA1DE;
}
.AnyTagClassName
{
color: #BFA1DE;
}
</style>
background-color css
<style>
a { background-color: #BFA1DE; }
a { background-color: rgb(191,161,222); }
div.DivClassName
{
background-color: #BFA1DE;
}
.BgClassName
{
background-color: #BFA1DE;
}
</style>
border-color css
<style>
span { border-color: #BFA1DE; }
span { border-color: rgb(191,161,222); }
td.TdClassName
{
border-color: #BFA1DE;
}
.TagClassName
{
border-color: #BFA1DE;
}
</style>