Shades of Perfume #BB9AF0
Tints of Perfume #BB9AF0
RGB
CMYK
RGB Variations
Color information
#BB9AF0 (or 0xBB9AF0) is known color: Perfume. HEX triplet: BB, 9A and F0. RGB value is (187,154,240). Sum of RGB (Red+Green+Blue) = 187+154+240=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB9AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AF0 is #44650F. Grayscale: #ADADAD. Windows color (decimal): -4482320 or 15768251. OLE color: 15768251.
HSL color Cylindrical-coordinate representation of color #BB9AF0: hue angle of 263.02º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9AF0 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 154 | 240 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.06 |
| HSL | 263.02º | 0.74% | 0.77% | - |
| HSV(B) | 263.02º | 0.36% | 0.94% | - |
| XYZ | 47.78 | 39.97 | 87.63 | - |
| YUV | 173.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 240 | 0.22 | 0.36 | 0 | 0.06 | 263.02 | 0.74 | 0.77 |
| Hex | BB | 9A | F0 | 16 | 24 | 0 | 6 | 107 | 4A | 4D |
| Octal | 273 | 232 | 360 | 26 | 44 | 0 | 6 | 407 | 112 | 115 |
| Binary | 10111011 | 10011010 | 11110000 | 10110 | 100100 | 0 | 110 | 100000111 | 1001010 | 1001101 |
Color Harmonies of #BB9AF0
Complementary color
Monochromatic Colors of #BB9AF0
Black with #BB9AF0
Text Example
Text Example
White with #BB9AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AF0; }
p { color: rgb(187,154,240); }
H1.HeaderClassName
{
color: #BB9AF0;
}
.AnyTagClassName
{
color: #BB9AF0;
}
</style>
background-color css
<style>
a { background-color: #BB9AF0; }
a { background-color: rgb(187,154,240); }
div.DivClassName
{
background-color: #BB9AF0;
}
.BgClassName
{
background-color: #BB9AF0;
}
</style>
border-color css
<style>
span { border-color: #BB9AF0; }
span { border-color: rgb(187,154,240); }
td.TdClassName
{
border-color: #BB9AF0;
}
.TagClassName
{
border-color: #BB9AF0;
}
</style>