Shades of Perfume #BF8FFE
Tints of Perfume #BF8FFE
RGB
CMYK
RGB Variations
Color information
#BF8FFE (or 0xBF8FFE) is known color: Perfume. HEX triplet: BF, 8F and FE. RGB value is (191,143,254). Sum of RGB (Red+Green+Blue) = 191+143+254=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FFE is #407001. Grayscale: #A9A9A9. Windows color (decimal): -4222978 or 16682943. OLE color: 16682943.
HSL color Cylindrical-coordinate representation of color #BF8FFE: hue angle of 265.95º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF8FFE is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 143 | 254 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.00 |
| HSL | 265.95º | 0.98% | 0.78% | - |
| HSV(B) | 265.95º | 0.44% | 1% | - |
| XYZ | 49.2 | 37.88 | 98.48 | - |
| YUV | 170.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 254 | 0.25 | 0.44 | 0 | 0.00 | 265.95 | 0.98 | 0.78 |
| Hex | BF | 8F | FE | 19 | 2C | 0 | 0 | 10A | 62 | 4E |
| Octal | 277 | 217 | 376 | 31 | 54 | 0 | 0 | 412 | 142 | 116 |
| Binary | 10111111 | 10001111 | 11111110 | 11001 | 101100 | 0 | 0 | 100001010 | 1100010 | 1001110 |
Color Harmonies of #BF8FFE
Complementary color
Monochromatic Colors of #BF8FFE
Black with #BF8FFE
Text Example
Text Example
White with #BF8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FFE; }
p { color: rgb(191,143,254); }
H1.HeaderClassName
{
color: #BF8FFE;
}
.AnyTagClassName
{
color: #BF8FFE;
}
</style>
background-color css
<style>
a { background-color: #BF8FFE; }
a { background-color: rgb(191,143,254); }
div.DivClassName
{
background-color: #BF8FFE;
}
.BgClassName
{
background-color: #BF8FFE;
}
</style>
border-color css
<style>
span { border-color: #BF8FFE; }
span { border-color: rgb(191,143,254); }
td.TdClassName
{
border-color: #BF8FFE;
}
.TagClassName
{
border-color: #BF8FFE;
}
</style>