Shades of Perfume #B99FD2
Tints of Perfume #B99FD2
RGB
CMYK
RGB Variations
Color information
#B99FD2 (or 0xB99FD2) is known color: Perfume. HEX triplet: B9, 9F and D2. RGB value is (185,159,210). Sum of RGB (Red+Green+Blue) = 185+159+210=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #B99FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FD2 is #46602D. Grayscale: #ACACAC. Windows color (decimal): -4612142 or 13803449. OLE color: 13803449.
HSL color Cylindrical-coordinate representation of color #B99FD2: hue angle of 270.59º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B99FD2 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 159 | 210 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.18 |
| HSL | 270.59º | 0.36% | 0.72% | - |
| HSV(B) | 270.59º | 0.24% | 0.82% | - |
| XYZ | 44.04 | 39.76 | 66.33 | - |
| YUV | 172.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 210 | 0.12 | 0.24 | 0 | 0.18 | 270.59 | 0.36 | 0.72 |
| Hex | B9 | 9F | D2 | C | 18 | 0 | 12 | 10F | 24 | 48 |
| Octal | 271 | 237 | 322 | 14 | 30 | 0 | 22 | 417 | 44 | 110 |
| Binary | 10111001 | 10011111 | 11010010 | 1100 | 11000 | 0 | 10010 | 100001111 | 100100 | 1001000 |
Color Harmonies of #B99FD2
Complementary color
Monochromatic Colors of #B99FD2
Black with #B99FD2
Text Example
Text Example
White with #B99FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FD2; }
p { color: rgb(185,159,210); }
H1.HeaderClassName
{
color: #B99FD2;
}
.AnyTagClassName
{
color: #B99FD2;
}
</style>
background-color css
<style>
a { background-color: #B99FD2; }
a { background-color: rgb(185,159,210); }
div.DivClassName
{
background-color: #B99FD2;
}
.BgClassName
{
background-color: #B99FD2;
}
</style>
border-color css
<style>
span { border-color: #B99FD2; }
span { border-color: rgb(185,159,210); }
td.TdClassName
{
border-color: #B99FD2;
}
.TagClassName
{
border-color: #B99FD2;
}
</style>