Shades of Perfume #BB98E9
Tints of Perfume #BB98E9
RGB
CMYK
RGB Variations
Color information
#BB98E9 (or 0xBB98E9) is known color: Perfume. HEX triplet: BB, 98 and E9. RGB value is (187,152,233). Sum of RGB (Red+Green+Blue) = 187+152+233=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB98E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB98E9 is #446716. Grayscale: #ABABAB. Windows color (decimal): -4482839 or 15308987. OLE color: 15308987.
HSL color Cylindrical-coordinate representation of color #BB98E9: hue angle of 265.93º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB98E9 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 152 | 233 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.09 |
| HSL | 265.93º | 0.65% | 0.75% | - |
| HSV(B) | 265.93º | 0.35% | 0.91% | - |
| XYZ | 46.43 | 38.9 | 82.15 | - |
| YUV | 171.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 233 | 0.20 | 0.35 | 0 | 0.09 | 265.93 | 0.65 | 0.75 |
| Hex | BB | 98 | E9 | 14 | 23 | 0 | 9 | 10A | 41 | 4B |
| Octal | 273 | 230 | 351 | 24 | 43 | 0 | 11 | 412 | 101 | 113 |
| Binary | 10111011 | 10011000 | 11101001 | 10100 | 100011 | 0 | 1001 | 100001010 | 1000001 | 1001011 |
Color Harmonies of #BB98E9
Complementary color
Monochromatic Colors of #BB98E9
Black with #BB98E9
Text Example
Text Example
White with #BB98E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98E9; }
p { color: rgb(187,152,233); }
H1.HeaderClassName
{
color: #BB98E9;
}
.AnyTagClassName
{
color: #BB98E9;
}
</style>
background-color css
<style>
a { background-color: #BB98E9; }
a { background-color: rgb(187,152,233); }
div.DivClassName
{
background-color: #BB98E9;
}
.BgClassName
{
background-color: #BB98E9;
}
</style>
border-color css
<style>
span { border-color: #BB98E9; }
span { border-color: rgb(187,152,233); }
td.TdClassName
{
border-color: #BB98E9;
}
.TagClassName
{
border-color: #BB98E9;
}
</style>