Shades of Perfume #B99DDB
Tints of Perfume #B99DDB
RGB
CMYK
RGB Variations
Color information
#B99DDB (or 0xB99DDB) is known color: Perfume. HEX triplet: B9, 9D and DB. RGB value is (185,157,219). Sum of RGB (Red+Green+Blue) = 185+157+219=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #B99DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DDB is #466224. Grayscale: #ACACAC. Windows color (decimal): -4612645 or 14392761. OLE color: 14392761.
HSL color Cylindrical-coordinate representation of color #B99DDB: hue angle of 267.1º 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 #B99DDB is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 157 | 219 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.14 |
| HSL | 267.1º | 0.46% | 0.74% | - |
| HSV(B) | 267.1º | 0.28% | 0.86% | - |
| XYZ | 44.85 | 39.54 | 72.29 | - |
| YUV | 172.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 219 | 0.16 | 0.28 | 0 | 0.14 | 267.1 | 0.46 | 0.74 |
| Hex | B9 | 9D | DB | 10 | 1C | 0 | E | 10B | 2E | 4A |
| Octal | 271 | 235 | 333 | 20 | 34 | 0 | 16 | 413 | 56 | 112 |
| Binary | 10111001 | 10011101 | 11011011 | 10000 | 11100 | 0 | 1110 | 100001011 | 101110 | 1001010 |
Color Harmonies of #B99DDB
Complementary color
Monochromatic Colors of #B99DDB
Black with #B99DDB
Text Example
Text Example
White with #B99DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DDB; }
p { color: rgb(185,157,219); }
H1.HeaderClassName
{
color: #B99DDB;
}
.AnyTagClassName
{
color: #B99DDB;
}
</style>
background-color css
<style>
a { background-color: #B99DDB; }
a { background-color: rgb(185,157,219); }
div.DivClassName
{
background-color: #B99DDB;
}
.BgClassName
{
background-color: #B99DDB;
}
</style>
border-color css
<style>
span { border-color: #B99DDB; }
span { border-color: rgb(185,157,219); }
td.TdClassName
{
border-color: #B99DDB;
}
.TagClassName
{
border-color: #B99DDB;
}
</style>