Shades of Perfume #BB9DDB
Tints of Perfume #BB9DDB
RGB
CMYK
RGB Variations
Color information
#BB9DDB (or 0xBB9DDB) is known color: Perfume. HEX triplet: BB, 9D and DB. RGB value is (187,157,219). Sum of RGB (Red+Green+Blue) = 187+157+219=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DDB is #446224. Grayscale: #ACACAC. Windows color (decimal): -4481573 or 14392763. OLE color: 14392763.
HSL color Cylindrical-coordinate representation of color #BB9DDB: hue angle of 269.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9DDB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 157 | 219 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.14 |
| HSL | 269.03º | 0.46% | 0.74% | - |
| HSV(B) | 269.03º | 0.28% | 0.86% | - |
| XYZ | 45.34 | 39.79 | 72.31 | - |
| YUV | 173.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 219 | 0.15 | 0.28 | 0 | 0.14 | 269.03 | 0.46 | 0.74 |
| Hex | BB | 9D | DB | F | 1C | 0 | E | 10D | 2E | 4A |
| Octal | 273 | 235 | 333 | 17 | 34 | 0 | 16 | 415 | 56 | 112 |
| Binary | 10111011 | 10011101 | 11011011 | 1111 | 11100 | 0 | 1110 | 100001101 | 101110 | 1001010 |
Color Harmonies of #BB9DDB
Complementary color
Monochromatic Colors of #BB9DDB
Black with #BB9DDB
Text Example
Text Example
White with #BB9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DDB; }
p { color: rgb(187,157,219); }
H1.HeaderClassName
{
color: #BB9DDB;
}
.AnyTagClassName
{
color: #BB9DDB;
}
</style>
background-color css
<style>
a { background-color: #BB9DDB; }
a { background-color: rgb(187,157,219); }
div.DivClassName
{
background-color: #BB9DDB;
}
.BgClassName
{
background-color: #BB9DDB;
}
</style>
border-color css
<style>
span { border-color: #BB9DDB; }
span { border-color: rgb(187,157,219); }
td.TdClassName
{
border-color: #BB9DDB;
}
.TagClassName
{
border-color: #BB9DDB;
}
</style>