Shades of Perfume #BF99F6
Tints of Perfume #BF99F6
RGB
CMYK
RGB Variations
Color information
#BF99F6 (or 0xBF99F6) is known color: Perfume. HEX triplet: BF, 99 and F6. RGB value is (191,153,246). Sum of RGB (Red+Green+Blue) = 191+153+246=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF99F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99F6 is #406609. Grayscale: #AEAEAE. Windows color (decimal): -4220426 or 16161215. OLE color: 16161215.
HSL color Cylindrical-coordinate representation of color #BF99F6: hue angle of 264.52º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF99F6 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 153 | 246 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.04 |
| HSL | 264.52º | 0.84% | 0.78% | - |
| HSV(B) | 264.52º | 0.38% | 0.96% | - |
| XYZ | 49.51 | 40.51 | 92.4 | - |
| YUV | 174.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 246 | 0.22 | 0.38 | 0 | 0.04 | 264.52 | 0.84 | 0.78 |
| Hex | BF | 99 | F6 | 16 | 26 | 0 | 4 | 109 | 54 | 4E |
| Octal | 277 | 231 | 366 | 26 | 46 | 0 | 4 | 411 | 124 | 116 |
| Binary | 10111111 | 10011001 | 11110110 | 10110 | 100110 | 0 | 100 | 100001001 | 1010100 | 1001110 |
Color Harmonies of #BF99F6
Complementary color
Monochromatic Colors of #BF99F6
Black with #BF99F6
Text Example
Text Example
White with #BF99F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99F6; }
p { color: rgb(191,153,246); }
H1.HeaderClassName
{
color: #BF99F6;
}
.AnyTagClassName
{
color: #BF99F6;
}
</style>
background-color css
<style>
a { background-color: #BF99F6; }
a { background-color: rgb(191,153,246); }
div.DivClassName
{
background-color: #BF99F6;
}
.BgClassName
{
background-color: #BF99F6;
}
</style>
border-color css
<style>
span { border-color: #BF99F6; }
span { border-color: rgb(191,153,246); }
td.TdClassName
{
border-color: #BF99F6;
}
.TagClassName
{
border-color: #BF99F6;
}
</style>