Shades of Perfume #BF98E8
Tints of Perfume #BF98E8
RGB
CMYK
RGB Variations
Color information
#BF98E8 (or 0xBF98E8) is known color: Perfume. HEX triplet: BF, 98 and E8. RGB value is (191,152,232). Sum of RGB (Red+Green+Blue) = 191+152+232=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF98E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF98E8 is #406717. Grayscale: #ACACAC. Windows color (decimal): -4220696 or 15243455. OLE color: 15243455.
HSL color Cylindrical-coordinate representation of color #BF98E8: hue angle of 269.25º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF98E8 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 152 | 232 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.09 |
| HSL | 269.25º | 0.63% | 0.75% | - |
| HSV(B) | 269.25º | 0.34% | 0.91% | - |
| XYZ | 47.28 | 39.36 | 81.45 | - |
| YUV | 172.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 232 | 0.18 | 0.34 | 0 | 0.09 | 269.25 | 0.63 | 0.75 |
| Hex | BF | 98 | E8 | 12 | 22 | 0 | 9 | 10D | 3F | 4B |
| Octal | 277 | 230 | 350 | 22 | 42 | 0 | 11 | 415 | 77 | 113 |
| Binary | 10111111 | 10011000 | 11101000 | 10010 | 100010 | 0 | 1001 | 100001101 | 111111 | 1001011 |
Color Harmonies of #BF98E8
Complementary color
Monochromatic Colors of #BF98E8
Black with #BF98E8
Text Example
Text Example
White with #BF98E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF98E8; }
p { color: rgb(191,152,232); }
H1.HeaderClassName
{
color: #BF98E8;
}
.AnyTagClassName
{
color: #BF98E8;
}
</style>
background-color css
<style>
a { background-color: #BF98E8; }
a { background-color: rgb(191,152,232); }
div.DivClassName
{
background-color: #BF98E8;
}
.BgClassName
{
background-color: #BF98E8;
}
</style>
border-color css
<style>
span { border-color: #BF98E8; }
span { border-color: rgb(191,152,232); }
td.TdClassName
{
border-color: #BF98E8;
}
.TagClassName
{
border-color: #BF98E8;
}
</style>