Shades of Perfume #BF98FF
Tints of Perfume #BF98FF
RGB
CMYK
RGB Variations
Color information
#BF98FF (or 0xBF98FF) is known color: Perfume. HEX triplet: BF, 98 and FF. RGB value is (191,152,255). Sum of RGB (Red+Green+Blue) = 191+152+255=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF98FF is #406700. Grayscale: #AFAFAF. Windows color (decimal): -4220673 or 16750783. OLE color: 16750783.
HSL color Cylindrical-coordinate representation of color #BF98FF: hue angle of 262.72º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF98FF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 152 | 255 | - |
| CMYK | 0.25 | 0.40 | 0 | 0 |
| HSL | 262.72º | 1% | 0.8% | - |
| HSV(B) | 262.72º | 0.4% | 1% | - |
| XYZ | 50.76 | 40.75 | 99.8 | - |
| YUV | 175.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 255 | 0.25 | 0.40 | 0 | 0 | 262.72 | 1 | 0.8 |
| Hex | BF | 98 | FF | 19 | 28 | 0 | 0 | 107 | 64 | 50 |
| Octal | 277 | 230 | 377 | 31 | 50 | 0 | 0 | 407 | 144 | 120 |
| Binary | 10111111 | 10011000 | 11111111 | 11001 | 101000 | 0 | 0 | 100000111 | 1100100 | 1010000 |
Color Harmonies of #BF98FF
Complementary color
Monochromatic Colors of #BF98FF
Black with #BF98FF
Text Example
Text Example
White with #BF98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF98FF; }
p { color: rgb(191,152,255); }
H1.HeaderClassName
{
color: #BF98FF;
}
.AnyTagClassName
{
color: #BF98FF;
}
</style>
background-color css
<style>
a { background-color: #BF98FF; }
a { background-color: rgb(191,152,255); }
div.DivClassName
{
background-color: #BF98FF;
}
.BgClassName
{
background-color: #BF98FF;
}
</style>
border-color css
<style>
span { border-color: #BF98FF; }
span { border-color: rgb(191,152,255); }
td.TdClassName
{
border-color: #BF98FF;
}
.TagClassName
{
border-color: #BF98FF;
}
</style>