Shades of Perfume #BFA2F5
Tints of Perfume #BFA2F5
RGB
CMYK
RGB Variations
Color information
#BFA2F5 (or 0xBFA2F5) is known color: Perfume. HEX triplet: BF, A2 and F5. RGB value is (191,162,245). Sum of RGB (Red+Green+Blue) = 191+162+245=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFA2F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2F5 is #405D0A. Grayscale: #B3B3B3. Windows color (decimal): -4218123 or 16097983. OLE color: 16097983.
HSL color Cylindrical-coordinate representation of color #BFA2F5: hue angle of 260.96º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFA2F5 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 162 | 245 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.04 |
| HSL | 260.96º | 0.81% | 0.8% | - |
| HSV(B) | 260.96º | 0.34% | 0.96% | - |
| XYZ | 50.89 | 43.51 | 92.1 | - |
| YUV | 180.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 245 | 0.22 | 0.34 | 0 | 0.04 | 260.96 | 0.81 | 0.8 |
| Hex | BF | A2 | F5 | 16 | 22 | 0 | 4 | 105 | 51 | 50 |
| Octal | 277 | 242 | 365 | 26 | 42 | 0 | 4 | 405 | 121 | 120 |
| Binary | 10111111 | 10100010 | 11110101 | 10110 | 100010 | 0 | 100 | 100000101 | 1010001 | 1010000 |
Color Harmonies of #BFA2F5
Complementary color
Monochromatic Colors of #BFA2F5
Black with #BFA2F5
Text Example
Text Example
White with #BFA2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2F5; }
p { color: rgb(191,162,245); }
H1.HeaderClassName
{
color: #BFA2F5;
}
.AnyTagClassName
{
color: #BFA2F5;
}
</style>
background-color css
<style>
a { background-color: #BFA2F5; }
a { background-color: rgb(191,162,245); }
div.DivClassName
{
background-color: #BFA2F5;
}
.BgClassName
{
background-color: #BFA2F5;
}
</style>
border-color css
<style>
span { border-color: #BFA2F5; }
span { border-color: rgb(191,162,245); }
td.TdClassName
{
border-color: #BFA2F5;
}
.TagClassName
{
border-color: #BFA2F5;
}
</style>