Shades of Perfume #BB98F0
Tints of Perfume #BB98F0
RGB
CMYK
RGB Variations
Color information
#BB98F0 (or 0xBB98F0) is known color: Perfume. HEX triplet: BB, 98 and F0. RGB value is (187,152,240). Sum of RGB (Red+Green+Blue) = 187+152+240=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB98F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB98F0 is #44670F. Grayscale: #ACACAC. Windows color (decimal): -4482832 or 15767739. OLE color: 15767739.
HSL color Cylindrical-coordinate representation of color #BB98F0: hue angle of 263.86º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB98F0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 152 | 240 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.06 |
| HSL | 263.86º | 0.75% | 0.77% | - |
| HSV(B) | 263.86º | 0.37% | 0.94% | - |
| XYZ | 47.45 | 39.31 | 87.53 | - |
| YUV | 172.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 240 | 0.22 | 0.37 | 0 | 0.06 | 263.86 | 0.75 | 0.77 |
| Hex | BB | 98 | F0 | 16 | 25 | 0 | 6 | 108 | 4B | 4D |
| Octal | 273 | 230 | 360 | 26 | 45 | 0 | 6 | 410 | 113 | 115 |
| Binary | 10111011 | 10011000 | 11110000 | 10110 | 100101 | 0 | 110 | 100001000 | 1001011 | 1001101 |
Color Harmonies of #BB98F0
Complementary color
Monochromatic Colors of #BB98F0
Black with #BB98F0
Text Example
Text Example
White with #BB98F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98F0; }
p { color: rgb(187,152,240); }
H1.HeaderClassName
{
color: #BB98F0;
}
.AnyTagClassName
{
color: #BB98F0;
}
</style>
background-color css
<style>
a { background-color: #BB98F0; }
a { background-color: rgb(187,152,240); }
div.DivClassName
{
background-color: #BB98F0;
}
.BgClassName
{
background-color: #BB98F0;
}
</style>
border-color css
<style>
span { border-color: #BB98F0; }
span { border-color: rgb(187,152,240); }
td.TdClassName
{
border-color: #BB98F0;
}
.TagClassName
{
border-color: #BB98F0;
}
</style>