Shades of Perfume #BB9CDB
Tints of Perfume #BB9CDB
RGB
CMYK
RGB Variations
Color information
#BB9CDB (or 0xBB9CDB) is known color: Perfume. HEX triplet: BB, 9C and DB. RGB value is (187,156,219). Sum of RGB (Red+Green+Blue) = 187+156+219=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CDB is #446324. Grayscale: #ACACAC. Windows color (decimal): -4481829 or 14392507. OLE color: 14392507.
HSL color Cylindrical-coordinate representation of color #BB9CDB: hue angle of 269.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9CDB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 156 | 219 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.14 |
| HSL | 269.52º | 0.47% | 0.74% | - |
| HSV(B) | 269.52º | 0.29% | 0.86% | - |
| XYZ | 45.17 | 39.46 | 72.25 | - |
| YUV | 172.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 219 | 0.15 | 0.29 | 0 | 0.14 | 269.52 | 0.47 | 0.74 |
| Hex | BB | 9C | DB | F | 1D | 0 | E | 10E | 2F | 4A |
| Octal | 273 | 234 | 333 | 17 | 35 | 0 | 16 | 416 | 57 | 112 |
| Binary | 10111011 | 10011100 | 11011011 | 1111 | 11101 | 0 | 1110 | 100001110 | 101111 | 1001010 |
Color Harmonies of #BB9CDB
Complementary color
Monochromatic Colors of #BB9CDB
Black with #BB9CDB
Text Example
Text Example
White with #BB9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CDB; }
p { color: rgb(187,156,219); }
H1.HeaderClassName
{
color: #BB9CDB;
}
.AnyTagClassName
{
color: #BB9CDB;
}
</style>
background-color css
<style>
a { background-color: #BB9CDB; }
a { background-color: rgb(187,156,219); }
div.DivClassName
{
background-color: #BB9CDB;
}
.BgClassName
{
background-color: #BB9CDB;
}
</style>
border-color css
<style>
span { border-color: #BB9CDB; }
span { border-color: rgb(187,156,219); }
td.TdClassName
{
border-color: #BB9CDB;
}
.TagClassName
{
border-color: #BB9CDB;
}
</style>