Shades of Perfume #BFA5E7
Tints of Perfume #BFA5E7
RGB
CMYK
RGB Variations
Color information
#BFA5E7 (or 0xBFA5E7) is known color: Perfume. HEX triplet: BF, A5 and E7. RGB value is (191,165,231). Sum of RGB (Red+Green+Blue) = 191+165+231=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFA5E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA5E7 is #405A18. Grayscale: #B4B4B4. Windows color (decimal): -4217369 or 15181247. OLE color: 15181247.
HSL color Cylindrical-coordinate representation of color #BFA5E7: hue angle of 263.64º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA5E7 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 165 | 231 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.09 |
| HSL | 263.64º | 0.58% | 0.78% | - |
| HSV(B) | 263.64º | 0.29% | 0.91% | - |
| XYZ | 49.36 | 43.76 | 81.45 | - |
| YUV | 180.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 231 | 0.17 | 0.29 | 0 | 0.09 | 263.64 | 0.58 | 0.78 |
| Hex | BF | A5 | E7 | 11 | 1D | 0 | 9 | 108 | 3A | 4E |
| Octal | 277 | 245 | 347 | 21 | 35 | 0 | 11 | 410 | 72 | 116 |
| Binary | 10111111 | 10100101 | 11100111 | 10001 | 11101 | 0 | 1001 | 100001000 | 111010 | 1001110 |
Color Harmonies of #BFA5E7
Complementary color
Monochromatic Colors of #BFA5E7
Black with #BFA5E7
Text Example
Text Example
White with #BFA5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5E7; }
p { color: rgb(191,165,231); }
H1.HeaderClassName
{
color: #BFA5E7;
}
.AnyTagClassName
{
color: #BFA5E7;
}
</style>
background-color css
<style>
a { background-color: #BFA5E7; }
a { background-color: rgb(191,165,231); }
div.DivClassName
{
background-color: #BFA5E7;
}
.BgClassName
{
background-color: #BFA5E7;
}
</style>
border-color css
<style>
span { border-color: #BFA5E7; }
span { border-color: rgb(191,165,231); }
td.TdClassName
{
border-color: #BFA5E7;
}
.TagClassName
{
border-color: #BFA5E7;
}
</style>