Shades of Perfume #BF90FC
Tints of Perfume #BF90FC
RGB
CMYK
RGB Variations
Color information
#BF90FC (or 0xBF90FC) is known color: Perfume. HEX triplet: BF, 90 and FC. RGB value is (191,144,252). Sum of RGB (Red+Green+Blue) = 191+144+252=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90FC is #406F03. Grayscale: #A9A9A9. Windows color (decimal): -4222724 or 16552127. OLE color: 16552127.
HSL color Cylindrical-coordinate representation of color #BF90FC: hue angle of 266.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF90FC is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 144 | 252 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.01 |
| HSL | 266.11º | 0.95% | 0.78% | - |
| HSV(B) | 266.11º | 0.43% | 0.99% | - |
| XYZ | 49.03 | 38.05 | 96.86 | - |
| YUV | 170.37 | 174.07 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 252 | 0.24 | 0.43 | 0 | 0.01 | 266.11 | 0.95 | 0.78 |
| Hex | BF | 90 | FC | 18 | 2B | 0 | 1 | 10A | 5F | 4E |
| Octal | 277 | 220 | 374 | 30 | 53 | 0 | 1 | 412 | 137 | 116 |
| Binary | 10111111 | 10010000 | 11111100 | 11000 | 101011 | 0 | 1 | 100001010 | 1011111 | 1001110 |
Color Harmonies of #BF90FC
Complementary color
Monochromatic Colors of #BF90FC
Black with #BF90FC
Text Example
Text Example
White with #BF90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90FC; }
p { color: rgb(191,144,252); }
H1.HeaderClassName
{
color: #BF90FC;
}
.AnyTagClassName
{
color: #BF90FC;
}
</style>
background-color css
<style>
a { background-color: #BF90FC; }
a { background-color: rgb(191,144,252); }
div.DivClassName
{
background-color: #BF90FC;
}
.BgClassName
{
background-color: #BF90FC;
}
</style>
border-color css
<style>
span { border-color: #BF90FC; }
span { border-color: rgb(191,144,252); }
td.TdClassName
{
border-color: #BF90FC;
}
.TagClassName
{
border-color: #BF90FC;
}
</style>