Shades of Perfume #BB9BD9
Tints of Perfume #BB9BD9
RGB
CMYK
RGB Variations
Color information
#BB9BD9 (or 0xBB9BD9) is known color: Perfume. HEX triplet: BB, 9B and D9. RGB value is (187,155,217). Sum of RGB (Red+Green+Blue) = 187+155+217=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB9BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BD9 is #446426. Grayscale: #ABABAB. Windows color (decimal): -4482087 or 14261179. OLE color: 14261179.
HSL color Cylindrical-coordinate representation of color #BB9BD9: hue angle of 270.97º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9BD9 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 155 | 217 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.15 |
| HSL | 270.97º | 0.45% | 0.73% | - |
| HSV(B) | 270.97º | 0.29% | 0.85% | - |
| XYZ | 44.74 | 39.02 | 70.82 | - |
| YUV | 171.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 217 | 0.14 | 0.29 | 0 | 0.15 | 270.97 | 0.45 | 0.73 |
| Hex | BB | 9B | D9 | E | 1D | 0 | F | 10F | 2D | 49 |
| Octal | 273 | 233 | 331 | 16 | 35 | 0 | 17 | 417 | 55 | 111 |
| Binary | 10111011 | 10011011 | 11011001 | 1110 | 11101 | 0 | 1111 | 100001111 | 101101 | 1001001 |
Color Harmonies of #BB9BD9
Complementary color
Monochromatic Colors of #BB9BD9
Black with #BB9BD9
Text Example
Text Example
White with #BB9BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BD9; }
p { color: rgb(187,155,217); }
H1.HeaderClassName
{
color: #BB9BD9;
}
.AnyTagClassName
{
color: #BB9BD9;
}
</style>
background-color css
<style>
a { background-color: #BB9BD9; }
a { background-color: rgb(187,155,217); }
div.DivClassName
{
background-color: #BB9BD9;
}
.BgClassName
{
background-color: #BB9BD9;
}
</style>
border-color css
<style>
span { border-color: #BB9BD9; }
span { border-color: rgb(187,155,217); }
td.TdClassName
{
border-color: #BB9BD9;
}
.TagClassName
{
border-color: #BB9BD9;
}
</style>