Shades of Perfume #BFA1E9
Tints of Perfume #BFA1E9
RGB
CMYK
RGB Variations
Color information
#BFA1E9 (or 0xBFA1E9) is known color: Perfume. HEX triplet: BF, A1 and E9. RGB value is (191,161,233). Sum of RGB (Red+Green+Blue) = 191+161+233=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFA1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA1E9 is #405E16. Grayscale: #B1B1B1. Windows color (decimal): -4218391 or 15311295. OLE color: 15311295.
HSL color Cylindrical-coordinate representation of color #BFA1E9: hue angle of 265º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA1E9 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 161 | 233 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.09 |
| HSL | 265º | 0.62% | 0.77% | - |
| HSV(B) | 265º | 0.31% | 0.91% | - |
| XYZ | 48.94 | 42.45 | 82.7 | - |
| YUV | 178.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 233 | 0.18 | 0.31 | 0 | 0.09 | 265 | 0.62 | 0.77 |
| Hex | BF | A1 | E9 | 12 | 1F | 0 | 9 | 109 | 3E | 4D |
| Octal | 277 | 241 | 351 | 22 | 37 | 0 | 11 | 411 | 76 | 115 |
| Binary | 10111111 | 10100001 | 11101001 | 10010 | 11111 | 0 | 1001 | 100001001 | 111110 | 1001101 |
Color Harmonies of #BFA1E9
Complementary color
Monochromatic Colors of #BFA1E9
Black with #BFA1E9
Text Example
Text Example
White with #BFA1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1E9; }
p { color: rgb(191,161,233); }
H1.HeaderClassName
{
color: #BFA1E9;
}
.AnyTagClassName
{
color: #BFA1E9;
}
</style>
background-color css
<style>
a { background-color: #BFA1E9; }
a { background-color: rgb(191,161,233); }
div.DivClassName
{
background-color: #BFA1E9;
}
.BgClassName
{
background-color: #BFA1E9;
}
</style>
border-color css
<style>
span { border-color: #BFA1E9; }
span { border-color: rgb(191,161,233); }
td.TdClassName
{
border-color: #BFA1E9;
}
.TagClassName
{
border-color: #BFA1E9;
}
</style>