Shades of Perfume #BB9BDD
Tints of Perfume #BB9BDD
RGB
CMYK
RGB Variations
Color information
#BB9BDD (or 0xBB9BDD) is known color: Perfume. HEX triplet: BB, 9B and DD. RGB value is (187,155,221). Sum of RGB (Red+Green+Blue) = 187+155+221=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BDD is #446422. Grayscale: #ABABAB. Windows color (decimal): -4482083 or 14523323. OLE color: 14523323.
HSL color Cylindrical-coordinate representation of color #BB9BDD: hue angle of 269.09º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9BDD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 155 | 221 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.13 |
| HSL | 269.09º | 0.49% | 0.74% | - |
| HSV(B) | 269.09º | 0.3% | 0.87% | - |
| XYZ | 45.27 | 39.23 | 73.59 | - |
| YUV | 172.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 221 | 0.15 | 0.30 | 0 | 0.13 | 269.09 | 0.49 | 0.74 |
| Hex | BB | 9B | DD | F | 1E | 0 | D | 10D | 31 | 4A |
| Octal | 273 | 233 | 335 | 17 | 36 | 0 | 15 | 415 | 61 | 112 |
| Binary | 10111011 | 10011011 | 11011101 | 1111 | 11110 | 0 | 1101 | 100001101 | 110001 | 1001010 |
Color Harmonies of #BB9BDD
Complementary color
Monochromatic Colors of #BB9BDD
Black with #BB9BDD
Text Example
Text Example
White with #BB9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BDD; }
p { color: rgb(187,155,221); }
H1.HeaderClassName
{
color: #BB9BDD;
}
.AnyTagClassName
{
color: #BB9BDD;
}
</style>
background-color css
<style>
a { background-color: #BB9BDD; }
a { background-color: rgb(187,155,221); }
div.DivClassName
{
background-color: #BB9BDD;
}
.BgClassName
{
background-color: #BB9BDD;
}
</style>
border-color css
<style>
span { border-color: #BB9BDD; }
span { border-color: rgb(187,155,221); }
td.TdClassName
{
border-color: #BB9BDD;
}
.TagClassName
{
border-color: #BB9BDD;
}
</style>