Shades of Perfume #BF90F6
Tints of Perfume #BF90F6
RGB
CMYK
RGB Variations
Color information
#BF90F6 (or 0xBF90F6) is known color: Perfume. HEX triplet: BF, 90 and F6. RGB value is (191,144,246). Sum of RGB (Red+Green+Blue) = 191+144+246=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF90F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90F6 is #406F09. Grayscale: #A9A9A9. Windows color (decimal): -4222730 or 16158911. OLE color: 16158911.
HSL color Cylindrical-coordinate representation of color #BF90F6: hue angle of 267.65º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF90F6 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 144 | 246 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.04 |
| HSL | 267.65º | 0.85% | 0.76% | - |
| HSV(B) | 267.65º | 0.41% | 0.96% | - |
| XYZ | 48.09 | 37.68 | 91.93 | - |
| YUV | 169.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 246 | 0.22 | 0.41 | 0 | 0.04 | 267.65 | 0.85 | 0.76 |
| Hex | BF | 90 | F6 | 16 | 29 | 0 | 4 | 10C | 55 | 4C |
| Octal | 277 | 220 | 366 | 26 | 51 | 0 | 4 | 414 | 125 | 114 |
| Binary | 10111111 | 10010000 | 11110110 | 10110 | 101001 | 0 | 100 | 100001100 | 1010101 | 1001100 |
Color Harmonies of #BF90F6
Complementary color
Monochromatic Colors of #BF90F6
Black with #BF90F6
Text Example
Text Example
White with #BF90F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90F6; }
p { color: rgb(191,144,246); }
H1.HeaderClassName
{
color: #BF90F6;
}
.AnyTagClassName
{
color: #BF90F6;
}
</style>
background-color css
<style>
a { background-color: #BF90F6; }
a { background-color: rgb(191,144,246); }
div.DivClassName
{
background-color: #BF90F6;
}
.BgClassName
{
background-color: #BF90F6;
}
</style>
border-color css
<style>
span { border-color: #BF90F6; }
span { border-color: rgb(191,144,246); }
td.TdClassName
{
border-color: #BF90F6;
}
.TagClassName
{
border-color: #BF90F6;
}
</style>