Shades of Perfume #BFA5F0
Tints of Perfume #BFA5F0
RGB
CMYK
RGB Variations
Color information
#BFA5F0 (or 0xBFA5F0) is known color: Perfume. HEX triplet: BF, A5 and F0. RGB value is (191,165,240). Sum of RGB (Red+Green+Blue) = 191+165+240=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFA5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA5F0 is #405A0F. Grayscale: #B5B5B5. Windows color (decimal): -4217360 or 15771071. OLE color: 15771071.
HSL color Cylindrical-coordinate representation of color #BFA5F0: hue angle of 260.8º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA5F0 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 165 | 240 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.06 |
| HSL | 260.8º | 0.71% | 0.79% | - |
| HSV(B) | 260.8º | 0.31% | 0.94% | - |
| XYZ | 50.67 | 44.28 | 88.31 | - |
| YUV | 181.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 240 | 0.20 | 0.31 | 0 | 0.06 | 260.8 | 0.71 | 0.79 |
| Hex | BF | A5 | F0 | 14 | 1F | 0 | 6 | 105 | 47 | 4F |
| Octal | 277 | 245 | 360 | 24 | 37 | 0 | 6 | 405 | 107 | 117 |
| Binary | 10111111 | 10100101 | 11110000 | 10100 | 11111 | 0 | 110 | 100000101 | 1000111 | 1001111 |
Color Harmonies of #BFA5F0
Complementary color
Monochromatic Colors of #BFA5F0
Black with #BFA5F0
Text Example
Text Example
White with #BFA5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5F0; }
p { color: rgb(191,165,240); }
H1.HeaderClassName
{
color: #BFA5F0;
}
.AnyTagClassName
{
color: #BFA5F0;
}
</style>
background-color css
<style>
a { background-color: #BFA5F0; }
a { background-color: rgb(191,165,240); }
div.DivClassName
{
background-color: #BFA5F0;
}
.BgClassName
{
background-color: #BFA5F0;
}
</style>
border-color css
<style>
span { border-color: #BFA5F0; }
span { border-color: rgb(191,165,240); }
td.TdClassName
{
border-color: #BFA5F0;
}
.TagClassName
{
border-color: #BFA5F0;
}
</style>