Shades of Perfume #B99DDF
Tints of Perfume #B99DDF
RGB
CMYK
RGB Variations
Color information
#B99DDF (or 0xB99DDF) is known color: Perfume. HEX triplet: B9, 9D and DF. RGB value is (185,157,223). Sum of RGB (Red+Green+Blue) = 185+157+223=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #B99DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DDF is #466220. Grayscale: #ACACAC. Windows color (decimal): -4612641 or 14654905. OLE color: 14654905.
HSL color Cylindrical-coordinate representation of color #B99DDF: hue angle of 265.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99DDF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 157 | 223 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.13 |
| HSL | 265.45º | 0.51% | 0.75% | - |
| HSV(B) | 265.45º | 0.3% | 0.87% | - |
| XYZ | 45.38 | 39.76 | 75.09 | - |
| YUV | 172.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 223 | 0.17 | 0.30 | 0 | 0.13 | 265.45 | 0.51 | 0.75 |
| Hex | B9 | 9D | DF | 11 | 1E | 0 | D | 109 | 33 | 4B |
| Octal | 271 | 235 | 337 | 21 | 36 | 0 | 15 | 411 | 63 | 113 |
| Binary | 10111001 | 10011101 | 11011111 | 10001 | 11110 | 0 | 1101 | 100001001 | 110011 | 1001011 |
Color Harmonies of #B99DDF
Complementary color
Monochromatic Colors of #B99DDF
Black with #B99DDF
Text Example
Text Example
White with #B99DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DDF; }
p { color: rgb(185,157,223); }
H1.HeaderClassName
{
color: #B99DDF;
}
.AnyTagClassName
{
color: #B99DDF;
}
</style>
background-color css
<style>
a { background-color: #B99DDF; }
a { background-color: rgb(185,157,223); }
div.DivClassName
{
background-color: #B99DDF;
}
.BgClassName
{
background-color: #B99DDF;
}
</style>
border-color css
<style>
span { border-color: #B99DDF; }
span { border-color: rgb(185,157,223); }
td.TdClassName
{
border-color: #B99DDF;
}
.TagClassName
{
border-color: #B99DDF;
}
</style>