Shades of Perfume #BB9ADB
Tints of Perfume #BB9ADB
RGB
CMYK
RGB Variations
Color information
#BB9ADB (or 0xBB9ADB) is known color: Perfume. HEX triplet: BB, 9A and DB. RGB value is (187,154,219). Sum of RGB (Red+Green+Blue) = 187+154+219=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ADB is #446524. Grayscale: #ABABAB. Windows color (decimal): -4482341 or 14391995. OLE color: 14391995.
HSL color Cylindrical-coordinate representation of color #BB9ADB: hue angle of 270.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9ADB is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 154 | 219 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.14 |
| HSL | 270.46º | 0.47% | 0.73% | - |
| HSV(B) | 270.46º | 0.3% | 0.86% | - |
| XYZ | 44.84 | 38.79 | 72.14 | - |
| YUV | 171.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 219 | 0.15 | 0.30 | 0 | 0.14 | 270.46 | 0.47 | 0.73 |
| Hex | BB | 9A | DB | F | 1E | 0 | E | 10E | 2F | 49 |
| Octal | 273 | 232 | 333 | 17 | 36 | 0 | 16 | 416 | 57 | 111 |
| Binary | 10111011 | 10011010 | 11011011 | 1111 | 11110 | 0 | 1110 | 100001110 | 101111 | 1001001 |
Color Harmonies of #BB9ADB
Complementary color
Monochromatic Colors of #BB9ADB
Black with #BB9ADB
Text Example
Text Example
White with #BB9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ADB; }
p { color: rgb(187,154,219); }
H1.HeaderClassName
{
color: #BB9ADB;
}
.AnyTagClassName
{
color: #BB9ADB;
}
</style>
background-color css
<style>
a { background-color: #BB9ADB; }
a { background-color: rgb(187,154,219); }
div.DivClassName
{
background-color: #BB9ADB;
}
.BgClassName
{
background-color: #BB9ADB;
}
</style>
border-color css
<style>
span { border-color: #BB9ADB; }
span { border-color: rgb(187,154,219); }
td.TdClassName
{
border-color: #BB9ADB;
}
.TagClassName
{
border-color: #BB9ADB;
}
</style>