Shades of Perfume #B99CCD
Tints of Perfume #B99CCD
RGB
CMYK
RGB Variations
Color information
#B99CCD (or 0xB99CCD) is known color: Perfume. HEX triplet: B9, 9C and CD. RGB value is (185,156,205). Sum of RGB (Red+Green+Blue) = 185+156+205=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #B99CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CCD is #466332. Grayscale: #AAAAAA. Windows color (decimal): -4612915 or 13475001. OLE color: 13475001.
HSL color Cylindrical-coordinate representation of color #B99CCD: hue angle of 275.51º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B99CCD is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 156 | 205 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.20 |
| HSL | 275.51º | 0.33% | 0.71% | - |
| HSV(B) | 275.51º | 0.24% | 0.8% | - |
| XYZ | 42.92 | 38.5 | 62.93 | - |
| YUV | 170.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 205 | 0.10 | 0.24 | 0 | 0.20 | 275.51 | 0.33 | 0.71 |
| Hex | B9 | 9C | CD | A | 18 | 0 | 14 | 114 | 21 | 47 |
| Octal | 271 | 234 | 315 | 12 | 30 | 0 | 24 | 424 | 41 | 107 |
| Binary | 10111001 | 10011100 | 11001101 | 1010 | 11000 | 0 | 10100 | 100010100 | 100001 | 1000111 |
Color Harmonies of #B99CCD
Complementary color
Monochromatic Colors of #B99CCD
Black with #B99CCD
Text Example
Text Example
White with #B99CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CCD; }
p { color: rgb(185,156,205); }
H1.HeaderClassName
{
color: #B99CCD;
}
.AnyTagClassName
{
color: #B99CCD;
}
</style>
background-color css
<style>
a { background-color: #B99CCD; }
a { background-color: rgb(185,156,205); }
div.DivClassName
{
background-color: #B99CCD;
}
.BgClassName
{
background-color: #B99CCD;
}
</style>
border-color css
<style>
span { border-color: #B99CCD; }
span { border-color: rgb(185,156,205); }
td.TdClassName
{
border-color: #B99CCD;
}
.TagClassName
{
border-color: #B99CCD;
}
</style>