Shades of Perfume #BFA4FA
Tints of Perfume #BFA4FA
RGB
CMYK
RGB Variations
Color information
#BFA4FA (or 0xBFA4FA) is known color: Perfume. HEX triplet: BF, A4 and FA. RGB value is (191,164,250). Sum of RGB (Red+Green+Blue) = 191+164+250=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4FA is #405B05. Grayscale: #B5B5B5. Windows color (decimal): -4217606 or 16426175. OLE color: 16426175.
HSL color Cylindrical-coordinate representation of color #BFA4FA: hue angle of 258.84º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFA4FA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 164 | 250 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.02 |
| HSL | 258.84º | 0.9% | 0.81% | - |
| HSV(B) | 258.84º | 0.34% | 0.98% | - |
| XYZ | 52.02 | 44.53 | 96.3 | - |
| YUV | 181.88 | 166.45 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 250 | 0.24 | 0.34 | 0 | 0.02 | 258.84 | 0.9 | 0.81 |
| Hex | BF | A4 | FA | 18 | 22 | 0 | 2 | 103 | 5A | 51 |
| Octal | 277 | 244 | 372 | 30 | 42 | 0 | 2 | 403 | 132 | 121 |
| Binary | 10111111 | 10100100 | 11111010 | 11000 | 100010 | 0 | 10 | 100000011 | 1011010 | 1010001 |
Color Harmonies of #BFA4FA
Complementary color
Monochromatic Colors of #BFA4FA
Black with #BFA4FA
Text Example
Text Example
White with #BFA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4FA; }
p { color: rgb(191,164,250); }
H1.HeaderClassName
{
color: #BFA4FA;
}
.AnyTagClassName
{
color: #BFA4FA;
}
</style>
background-color css
<style>
a { background-color: #BFA4FA; }
a { background-color: rgb(191,164,250); }
div.DivClassName
{
background-color: #BFA4FA;
}
.BgClassName
{
background-color: #BFA4FA;
}
</style>
border-color css
<style>
span { border-color: #BFA4FA; }
span { border-color: rgb(191,164,250); }
td.TdClassName
{
border-color: #BFA4FA;
}
.TagClassName
{
border-color: #BFA4FA;
}
</style>