Shades of Perfume #BFA1E5
Tints of Perfume #BFA1E5
RGB
CMYK
RGB Variations
Color information
#BFA1E5 (or 0xBFA1E5) is known color: Perfume. HEX triplet: BF, A1 and E5. RGB value is (191,161,229). Sum of RGB (Red+Green+Blue) = 191+161+229=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1E5 is #405E1A. Grayscale: #B1B1B1. Windows color (decimal): -4218395 or 15049151. OLE color: 15049151.
HSL color Cylindrical-coordinate representation of color #BFA1E5: hue angle of 266.47º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA1E5 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 161 | 229 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.10 |
| HSL | 266.47º | 0.57% | 0.76% | - |
| HSV(B) | 266.47º | 0.3% | 0.9% | - |
| XYZ | 48.37 | 42.22 | 79.73 | - |
| YUV | 177.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 229 | 0.17 | 0.30 | 0 | 0.10 | 266.47 | 0.57 | 0.76 |
| Hex | BF | A1 | E5 | 11 | 1E | 0 | A | 10A | 39 | 4C |
| Octal | 277 | 241 | 345 | 21 | 36 | 0 | 12 | 412 | 71 | 114 |
| Binary | 10111111 | 10100001 | 11100101 | 10001 | 11110 | 0 | 1010 | 100001010 | 111001 | 1001100 |
Color Harmonies of #BFA1E5
Complementary color
Monochromatic Colors of #BFA1E5
Black with #BFA1E5
Text Example
Text Example
White with #BFA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1E5; }
p { color: rgb(191,161,229); }
H1.HeaderClassName
{
color: #BFA1E5;
}
.AnyTagClassName
{
color: #BFA1E5;
}
</style>
background-color css
<style>
a { background-color: #BFA1E5; }
a { background-color: rgb(191,161,229); }
div.DivClassName
{
background-color: #BFA1E5;
}
.BgClassName
{
background-color: #BFA1E5;
}
</style>
border-color css
<style>
span { border-color: #BFA1E5; }
span { border-color: rgb(191,161,229); }
td.TdClassName
{
border-color: #BFA1E5;
}
.TagClassName
{
border-color: #BFA1E5;
}
</style>