Shades of Perfume #B99DCD
Tints of Perfume #B99DCD
RGB
CMYK
RGB Variations
Color information
#B99DCD (or 0xB99DCD) is known color: Perfume. HEX triplet: B9, 9D and CD. RGB value is (185,157,205). Sum of RGB (Red+Green+Blue) = 185+157+205=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #B99DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DCD is #466232. Grayscale: #AAAAAA. Windows color (decimal): -4612659 or 13475257. OLE color: 13475257.
HSL color Cylindrical-coordinate representation of color #B99DCD: hue angle of 275º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B99DCD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 157 | 205 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.20 |
| HSL | 275º | 0.32% | 0.71% | - |
| HSV(B) | 275º | 0.23% | 0.8% | - |
| XYZ | 43.08 | 38.84 | 62.98 | - |
| YUV | 170.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 205 | 0.10 | 0.23 | 0 | 0.20 | 275 | 0.32 | 0.71 |
| Hex | B9 | 9D | CD | A | 17 | 0 | 14 | 113 | 20 | 47 |
| Octal | 271 | 235 | 315 | 12 | 27 | 0 | 24 | 423 | 40 | 107 |
| Binary | 10111001 | 10011101 | 11001101 | 1010 | 10111 | 0 | 10100 | 100010011 | 100000 | 1000111 |
Color Harmonies of #B99DCD
Complementary color
Monochromatic Colors of #B99DCD
Black with #B99DCD
Text Example
Text Example
White with #B99DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DCD; }
p { color: rgb(185,157,205); }
H1.HeaderClassName
{
color: #B99DCD;
}
.AnyTagClassName
{
color: #B99DCD;
}
</style>
background-color css
<style>
a { background-color: #B99DCD; }
a { background-color: rgb(185,157,205); }
div.DivClassName
{
background-color: #B99DCD;
}
.BgClassName
{
background-color: #B99DCD;
}
</style>
border-color css
<style>
span { border-color: #B99DCD; }
span { border-color: rgb(185,157,205); }
td.TdClassName
{
border-color: #B99DCD;
}
.TagClassName
{
border-color: #B99DCD;
}
</style>