Shades of Perfume #BFA4E5
Tints of Perfume #BFA4E5
RGB
CMYK
RGB Variations
Color information
#BFA4E5 (or 0xBFA4E5) is known color: Perfume. HEX triplet: BF, A4 and E5. RGB value is (191,164,229). Sum of RGB (Red+Green+Blue) = 191+164+229=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFA4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4E5 is #405B1A. Grayscale: #B3B3B3. Windows color (decimal): -4217627 or 15049919. OLE color: 15049919.
HSL color Cylindrical-coordinate representation of color #BFA4E5: hue angle of 264.92º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA4E5 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 164 | 229 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.10 |
| HSL | 264.92º | 0.56% | 0.77% | - |
| HSV(B) | 264.92º | 0.28% | 0.9% | - |
| XYZ | 48.9 | 43.28 | 79.91 | - |
| YUV | 179.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 229 | 0.17 | 0.28 | 0 | 0.10 | 264.92 | 0.56 | 0.77 |
| Hex | BF | A4 | E5 | 11 | 1C | 0 | A | 109 | 38 | 4D |
| Octal | 277 | 244 | 345 | 21 | 34 | 0 | 12 | 411 | 70 | 115 |
| Binary | 10111111 | 10100100 | 11100101 | 10001 | 11100 | 0 | 1010 | 100001001 | 111000 | 1001101 |
Color Harmonies of #BFA4E5
Complementary color
Monochromatic Colors of #BFA4E5
Black with #BFA4E5
Text Example
Text Example
White with #BFA4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4E5; }
p { color: rgb(191,164,229); }
H1.HeaderClassName
{
color: #BFA4E5;
}
.AnyTagClassName
{
color: #BFA4E5;
}
</style>
background-color css
<style>
a { background-color: #BFA4E5; }
a { background-color: rgb(191,164,229); }
div.DivClassName
{
background-color: #BFA4E5;
}
.BgClassName
{
background-color: #BFA4E5;
}
</style>
border-color css
<style>
span { border-color: #BFA4E5; }
span { border-color: rgb(191,164,229); }
td.TdClassName
{
border-color: #BFA4E5;
}
.TagClassName
{
border-color: #BFA4E5;
}
</style>