Shades of Perfume #BF98EC
Tints of Perfume #BF98EC
RGB
CMYK
RGB Variations
Color information
#BF98EC (or 0xBF98EC) is known color: Perfume. HEX triplet: BF, 98 and EC. RGB value is (191,152,236). Sum of RGB (Red+Green+Blue) = 191+152+236=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF98EC is #406713. Grayscale: #ACACAC. Windows color (decimal): -4220692 or 15505599. OLE color: 15505599.
HSL color Cylindrical-coordinate representation of color #BF98EC: hue angle of 267.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF98EC is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 152 | 236 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.07 |
| HSL | 267.86º | 0.69% | 0.76% | - |
| HSV(B) | 267.86º | 0.36% | 0.93% | - |
| XYZ | 47.85 | 39.59 | 84.48 | - |
| YUV | 173.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 236 | 0.19 | 0.36 | 0 | 0.07 | 267.86 | 0.69 | 0.76 |
| Hex | BF | 98 | EC | 13 | 24 | 0 | 7 | 10C | 45 | 4C |
| Octal | 277 | 230 | 354 | 23 | 44 | 0 | 7 | 414 | 105 | 114 |
| Binary | 10111111 | 10011000 | 11101100 | 10011 | 100100 | 0 | 111 | 100001100 | 1000101 | 1001100 |
Color Harmonies of #BF98EC
Complementary color
Monochromatic Colors of #BF98EC
Black with #BF98EC
Text Example
Text Example
White with #BF98EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF98EC; }
p { color: rgb(191,152,236); }
H1.HeaderClassName
{
color: #BF98EC;
}
.AnyTagClassName
{
color: #BF98EC;
}
</style>
background-color css
<style>
a { background-color: #BF98EC; }
a { background-color: rgb(191,152,236); }
div.DivClassName
{
background-color: #BF98EC;
}
.BgClassName
{
background-color: #BF98EC;
}
</style>
border-color css
<style>
span { border-color: #BF98EC; }
span { border-color: rgb(191,152,236); }
td.TdClassName
{
border-color: #BF98EC;
}
.TagClassName
{
border-color: #BF98EC;
}
</style>