Shades of Perfume #BF98F1
Tints of Perfume #BF98F1
RGB
CMYK
RGB Variations
Color information
#BF98F1 (or 0xBF98F1) is known color: Perfume. HEX triplet: BF, 98 and F1. RGB value is (191,152,241). Sum of RGB (Red+Green+Blue) = 191+152+241=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF98F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF98F1 is #40670E. Grayscale: #ADADAD. Windows color (decimal): -4220687 or 15833279. OLE color: 15833279.
HSL color Cylindrical-coordinate representation of color #BF98F1: hue angle of 266.29º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF98F1 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 152 | 241 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.05 |
| HSL | 266.29º | 0.76% | 0.77% | - |
| HSV(B) | 266.29º | 0.37% | 0.95% | - |
| XYZ | 48.59 | 39.88 | 88.36 | - |
| YUV | 173.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 241 | 0.21 | 0.37 | 0 | 0.05 | 266.29 | 0.76 | 0.77 |
| Hex | BF | 98 | F1 | 15 | 25 | 0 | 5 | 10A | 4C | 4D |
| Octal | 277 | 230 | 361 | 25 | 45 | 0 | 5 | 412 | 114 | 115 |
| Binary | 10111111 | 10011000 | 11110001 | 10101 | 100101 | 0 | 101 | 100001010 | 1001100 | 1001101 |
Color Harmonies of #BF98F1
Complementary color
Monochromatic Colors of #BF98F1
Black with #BF98F1
Text Example
Text Example
White with #BF98F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF98F1; }
p { color: rgb(191,152,241); }
H1.HeaderClassName
{
color: #BF98F1;
}
.AnyTagClassName
{
color: #BF98F1;
}
</style>
background-color css
<style>
a { background-color: #BF98F1; }
a { background-color: rgb(191,152,241); }
div.DivClassName
{
background-color: #BF98F1;
}
.BgClassName
{
background-color: #BF98F1;
}
</style>
border-color css
<style>
span { border-color: #BF98F1; }
span { border-color: rgb(191,152,241); }
td.TdClassName
{
border-color: #BF98F1;
}
.TagClassName
{
border-color: #BF98F1;
}
</style>