Shades of Perfume #BFA4F3
Tints of Perfume #BFA4F3
RGB
CMYK
RGB Variations
Color information
#BFA4F3 (or 0xBFA4F3) is known color: Perfume. HEX triplet: BF, A4 and F3. RGB value is (191,164,243). Sum of RGB (Red+Green+Blue) = 191+164+243=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFA4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4F3 is #405B0C. Grayscale: #B4B4B4. Windows color (decimal): -4217613 or 15967423. OLE color: 15967423.
HSL color Cylindrical-coordinate representation of color #BFA4F3: hue angle of 260.51º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFA4F3 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 164 | 243 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.05 |
| HSL | 260.51º | 0.77% | 0.8% | - |
| HSV(B) | 260.51º | 0.33% | 0.95% | - |
| XYZ | 50.94 | 44.1 | 90.62 | - |
| YUV | 181.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 243 | 0.21 | 0.33 | 0 | 0.05 | 260.51 | 0.77 | 0.8 |
| Hex | BF | A4 | F3 | 15 | 21 | 0 | 5 | 105 | 4D | 50 |
| Octal | 277 | 244 | 363 | 25 | 41 | 0 | 5 | 405 | 115 | 120 |
| Binary | 10111111 | 10100100 | 11110011 | 10101 | 100001 | 0 | 101 | 100000101 | 1001101 | 1010000 |
Color Harmonies of #BFA4F3
Complementary color
Monochromatic Colors of #BFA4F3
Black with #BFA4F3
Text Example
Text Example
White with #BFA4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4F3; }
p { color: rgb(191,164,243); }
H1.HeaderClassName
{
color: #BFA4F3;
}
.AnyTagClassName
{
color: #BFA4F3;
}
</style>
background-color css
<style>
a { background-color: #BFA4F3; }
a { background-color: rgb(191,164,243); }
div.DivClassName
{
background-color: #BFA4F3;
}
.BgClassName
{
background-color: #BFA4F3;
}
</style>
border-color css
<style>
span { border-color: #BFA4F3; }
span { border-color: rgb(191,164,243); }
td.TdClassName
{
border-color: #BFA4F3;
}
.TagClassName
{
border-color: #BFA4F3;
}
</style>