Shades of Perfume #BB98F3
Tints of Perfume #BB98F3
RGB
CMYK
RGB Variations
Color information
#BB98F3 (or 0xBB98F3) is known color: Perfume. HEX triplet: BB, 98 and F3. RGB value is (187,152,243). Sum of RGB (Red+Green+Blue) = 187+152+243=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB98F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB98F3 is #44670C. Grayscale: #ACACAC. Windows color (decimal): -4482829 or 15964347. OLE color: 15964347.
HSL color Cylindrical-coordinate representation of color #BB98F3: hue angle of 263.08º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB98F3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 152 | 243 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.05 |
| HSL | 263.08º | 0.79% | 0.77% | - |
| HSV(B) | 263.08º | 0.37% | 0.95% | - |
| XYZ | 47.9 | 39.49 | 89.89 | - |
| YUV | 172.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 243 | 0.23 | 0.37 | 0 | 0.05 | 263.08 | 0.79 | 0.77 |
| Hex | BB | 98 | F3 | 17 | 25 | 0 | 5 | 107 | 4F | 4D |
| Octal | 273 | 230 | 363 | 27 | 45 | 0 | 5 | 407 | 117 | 115 |
| Binary | 10111011 | 10011000 | 11110011 | 10111 | 100101 | 0 | 101 | 100000111 | 1001111 | 1001101 |
Color Harmonies of #BB98F3
Complementary color
Monochromatic Colors of #BB98F3
Black with #BB98F3
Text Example
Text Example
White with #BB98F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98F3; }
p { color: rgb(187,152,243); }
H1.HeaderClassName
{
color: #BB98F3;
}
.AnyTagClassName
{
color: #BB98F3;
}
</style>
background-color css
<style>
a { background-color: #BB98F3; }
a { background-color: rgb(187,152,243); }
div.DivClassName
{
background-color: #BB98F3;
}
.BgClassName
{
background-color: #BB98F3;
}
</style>
border-color css
<style>
span { border-color: #BB98F3; }
span { border-color: rgb(187,152,243); }
td.TdClassName
{
border-color: #BB98F3;
}
.TagClassName
{
border-color: #BB98F3;
}
</style>