Shades of Perfume #BF90F9
Tints of Perfume #BF90F9
RGB
CMYK
RGB Variations
Color information
#BF90F9 (or 0xBF90F9) is known color: Perfume. HEX triplet: BF, 90 and F9. RGB value is (191,144,249). Sum of RGB (Red+Green+Blue) = 191+144+249=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF90F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90F9 is #406F06. Grayscale: #A9A9A9. Windows color (decimal): -4222727 or 16355519. OLE color: 16355519.
HSL color Cylindrical-coordinate representation of color #BF90F9: hue angle of 266.86º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF90F9 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 144 | 249 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.02 |
| HSL | 266.86º | 0.9% | 0.77% | - |
| HSV(B) | 266.86º | 0.42% | 0.98% | - |
| XYZ | 48.56 | 37.86 | 94.37 | - |
| YUV | 170.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 249 | 0.23 | 0.42 | 0 | 0.02 | 266.86 | 0.9 | 0.77 |
| Hex | BF | 90 | F9 | 17 | 2A | 0 | 2 | 10B | 5A | 4D |
| Octal | 277 | 220 | 371 | 27 | 52 | 0 | 2 | 413 | 132 | 115 |
| Binary | 10111111 | 10010000 | 11111001 | 10111 | 101010 | 0 | 10 | 100001011 | 1011010 | 1001101 |
Color Harmonies of #BF90F9
Complementary color
Monochromatic Colors of #BF90F9
Black with #BF90F9
Text Example
Text Example
White with #BF90F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90F9; }
p { color: rgb(191,144,249); }
H1.HeaderClassName
{
color: #BF90F9;
}
.AnyTagClassName
{
color: #BF90F9;
}
</style>
background-color css
<style>
a { background-color: #BF90F9; }
a { background-color: rgb(191,144,249); }
div.DivClassName
{
background-color: #BF90F9;
}
.BgClassName
{
background-color: #BF90F9;
}
</style>
border-color css
<style>
span { border-color: #BF90F9; }
span { border-color: rgb(191,144,249); }
td.TdClassName
{
border-color: #BF90F9;
}
.TagClassName
{
border-color: #BF90F9;
}
</style>