Shades of Perfume #B99FDD
Tints of Perfume #B99FDD
RGB
CMYK
RGB Variations
Color information
#B99FDD (or 0xB99FDD) is known color: Perfume. HEX triplet: B9, 9F and DD. RGB value is (185,159,221). Sum of RGB (Red+Green+Blue) = 185+159+221=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #B99FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FDD is #466022. Grayscale: #ADADAD. Windows color (decimal): -4612131 or 14524345. OLE color: 14524345.
HSL color Cylindrical-coordinate representation of color #B99FDD: hue angle of 265.16º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99FDD is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 159 | 221 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.13 |
| HSL | 265.16º | 0.48% | 0.75% | - |
| HSV(B) | 265.16º | 0.28% | 0.87% | - |
| XYZ | 45.46 | 40.33 | 73.8 | - |
| YUV | 173.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 221 | 0.16 | 0.28 | 0 | 0.13 | 265.16 | 0.48 | 0.75 |
| Hex | B9 | 9F | DD | 10 | 1C | 0 | D | 109 | 30 | 4B |
| Octal | 271 | 237 | 335 | 20 | 34 | 0 | 15 | 411 | 60 | 113 |
| Binary | 10111001 | 10011111 | 11011101 | 10000 | 11100 | 0 | 1101 | 100001001 | 110000 | 1001011 |
Color Harmonies of #B99FDD
Complementary color
Monochromatic Colors of #B99FDD
Black with #B99FDD
Text Example
Text Example
White with #B99FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FDD; }
p { color: rgb(185,159,221); }
H1.HeaderClassName
{
color: #B99FDD;
}
.AnyTagClassName
{
color: #B99FDD;
}
</style>
background-color css
<style>
a { background-color: #B99FDD; }
a { background-color: rgb(185,159,221); }
div.DivClassName
{
background-color: #B99FDD;
}
.BgClassName
{
background-color: #B99FDD;
}
</style>
border-color css
<style>
span { border-color: #B99FDD; }
span { border-color: rgb(185,159,221); }
td.TdClassName
{
border-color: #B99FDD;
}
.TagClassName
{
border-color: #B99FDD;
}
</style>