Shades of Perfume #BB9FFC
Tints of Perfume #BB9FFC
RGB
CMYK
RGB Variations
Color information
#BB9FFC (or 0xBB9FFC) is known color: Perfume. HEX triplet: BB, 9F and FC. RGB value is (187,159,252). Sum of RGB (Red+Green+Blue) = 187+159+252=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FFC is #446003. Grayscale: #B1B1B1. Windows color (decimal): -4481028 or 16555963. OLE color: 16555963.
HSL color Cylindrical-coordinate representation of color #BB9FFC: hue angle of 258.06º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9FFC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 159 | 252 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.01 |
| HSL | 258.06º | 0.94% | 0.81% | - |
| HSV(B) | 258.06º | 0.37% | 0.99% | - |
| XYZ | 50.46 | 42.39 | 97.62 | - |
| YUV | 177.97 | 169.78 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 252 | 0.26 | 0.37 | 0 | 0.01 | 258.06 | 0.94 | 0.81 |
| Hex | BB | 9F | FC | 1A | 25 | 0 | 1 | 102 | 5E | 51 |
| Octal | 273 | 237 | 374 | 32 | 45 | 0 | 1 | 402 | 136 | 121 |
| Binary | 10111011 | 10011111 | 11111100 | 11010 | 100101 | 0 | 1 | 100000010 | 1011110 | 1010001 |
Color Harmonies of #BB9FFC
Complementary color
Monochromatic Colors of #BB9FFC
Black with #BB9FFC
Text Example
Text Example
White with #BB9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FFC; }
p { color: rgb(187,159,252); }
H1.HeaderClassName
{
color: #BB9FFC;
}
.AnyTagClassName
{
color: #BB9FFC;
}
</style>
background-color css
<style>
a { background-color: #BB9FFC; }
a { background-color: rgb(187,159,252); }
div.DivClassName
{
background-color: #BB9FFC;
}
.BgClassName
{
background-color: #BB9FFC;
}
</style>
border-color css
<style>
span { border-color: #BB9FFC; }
span { border-color: rgb(187,159,252); }
td.TdClassName
{
border-color: #BB9FFC;
}
.TagClassName
{
border-color: #BB9FFC;
}
</style>