Shades of Perfume #BFA0F8
Tints of Perfume #BFA0F8
RGB
CMYK
RGB Variations
Color information
#BFA0F8 (or 0xBFA0F8) is known color: Perfume. HEX triplet: BF, A0 and F8. RGB value is (191,160,248). Sum of RGB (Red+Green+Blue) = 191+160+248=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFA0F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA0F8 is #405F07. Grayscale: #B2B2B2. Windows color (decimal): -4218632 or 16294079. OLE color: 16294079.
HSL color Cylindrical-coordinate representation of color #BFA0F8: hue angle of 261.14º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFA0F8 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 160 | 248 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.03 |
| HSL | 261.14º | 0.86% | 0.8% | - |
| HSV(B) | 261.14º | 0.35% | 0.97% | - |
| XYZ | 51 | 43 | 94.42 | - |
| YUV | 179.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 248 | 0.23 | 0.35 | 0 | 0.03 | 261.14 | 0.86 | 0.8 |
| Hex | BF | A0 | F8 | 17 | 23 | 0 | 3 | 105 | 56 | 50 |
| Octal | 277 | 240 | 370 | 27 | 43 | 0 | 3 | 405 | 126 | 120 |
| Binary | 10111111 | 10100000 | 11111000 | 10111 | 100011 | 0 | 11 | 100000101 | 1010110 | 1010000 |
Color Harmonies of #BFA0F8
Complementary color
Monochromatic Colors of #BFA0F8
Black with #BFA0F8
Text Example
Text Example
White with #BFA0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0F8; }
p { color: rgb(191,160,248); }
H1.HeaderClassName
{
color: #BFA0F8;
}
.AnyTagClassName
{
color: #BFA0F8;
}
</style>
background-color css
<style>
a { background-color: #BFA0F8; }
a { background-color: rgb(191,160,248); }
div.DivClassName
{
background-color: #BFA0F8;
}
.BgClassName
{
background-color: #BFA0F8;
}
</style>
border-color css
<style>
span { border-color: #BFA0F8; }
span { border-color: rgb(191,160,248); }
td.TdClassName
{
border-color: #BFA0F8;
}
.TagClassName
{
border-color: #BFA0F8;
}
</style>