Shades of Perfume #BF95F8
Tints of Perfume #BF95F8
RGB
CMYK
RGB Variations
Color information
#BF95F8 (or 0xBF95F8) is known color: Perfume. HEX triplet: BF, 95 and F8. RGB value is (191,149,248). Sum of RGB (Red+Green+Blue) = 191+149+248=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF95F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF95F8 is #406A07. Grayscale: #ACACAC. Windows color (decimal): -4221448 or 16291263. OLE color: 16291263.
HSL color Cylindrical-coordinate representation of color #BF95F8: hue angle of 265.45º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF95F8 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 149 | 248 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.03 |
| HSL | 265.45º | 0.88% | 0.78% | - |
| HSV(B) | 265.45º | 0.4% | 0.97% | - |
| XYZ | 49.18 | 39.35 | 93.81 | - |
| YUV | 172.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 248 | 0.23 | 0.40 | 0 | 0.03 | 265.45 | 0.88 | 0.78 |
| Hex | BF | 95 | F8 | 17 | 28 | 0 | 3 | 109 | 58 | 4E |
| Octal | 277 | 225 | 370 | 27 | 50 | 0 | 3 | 411 | 130 | 116 |
| Binary | 10111111 | 10010101 | 11111000 | 10111 | 101000 | 0 | 11 | 100001001 | 1011000 | 1001110 |
Color Harmonies of #BF95F8
Complementary color
Monochromatic Colors of #BF95F8
Black with #BF95F8
Text Example
Text Example
White with #BF95F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF95F8; }
p { color: rgb(191,149,248); }
H1.HeaderClassName
{
color: #BF95F8;
}
.AnyTagClassName
{
color: #BF95F8;
}
</style>
background-color css
<style>
a { background-color: #BF95F8; }
a { background-color: rgb(191,149,248); }
div.DivClassName
{
background-color: #BF95F8;
}
.BgClassName
{
background-color: #BF95F8;
}
</style>
border-color css
<style>
span { border-color: #BF95F8; }
span { border-color: rgb(191,149,248); }
td.TdClassName
{
border-color: #BF95F8;
}
.TagClassName
{
border-color: #BF95F8;
}
</style>