Shades of Perfume #B99FEB
Tints of Perfume #B99FEB
RGB
CMYK
RGB Variations
Color information
#B99FEB (or 0xB99FEB) is known color: Perfume. HEX triplet: B9, 9F and EB. RGB value is (185,159,235). Sum of RGB (Red+Green+Blue) = 185+159+235=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #B99FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FEB is #466014. Grayscale: #AFAFAF. Windows color (decimal): -4612117 or 15441849. OLE color: 15441849.
HSL color Cylindrical-coordinate representation of color #B99FEB: hue angle of 260.53º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99FEB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 159 | 235 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.08 |
| HSL | 260.53º | 0.66% | 0.77% | - |
| HSV(B) | 260.53º | 0.32% | 0.92% | - |
| XYZ | 47.4 | 41.11 | 84.03 | - |
| YUV | 175.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 235 | 0.21 | 0.32 | 0 | 0.08 | 260.53 | 0.66 | 0.77 |
| Hex | B9 | 9F | EB | 15 | 20 | 0 | 8 | 105 | 42 | 4D |
| Octal | 271 | 237 | 353 | 25 | 40 | 0 | 10 | 405 | 102 | 115 |
| Binary | 10111001 | 10011111 | 11101011 | 10101 | 100000 | 0 | 1000 | 100000101 | 1000010 | 1001101 |
Color Harmonies of #B99FEB
Complementary color
Monochromatic Colors of #B99FEB
Black with #B99FEB
Text Example
Text Example
White with #B99FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FEB; }
p { color: rgb(185,159,235); }
H1.HeaderClassName
{
color: #B99FEB;
}
.AnyTagClassName
{
color: #B99FEB;
}
</style>
background-color css
<style>
a { background-color: #B99FEB; }
a { background-color: rgb(185,159,235); }
div.DivClassName
{
background-color: #B99FEB;
}
.BgClassName
{
background-color: #B99FEB;
}
</style>
border-color css
<style>
span { border-color: #B99FEB; }
span { border-color: rgb(185,159,235); }
td.TdClassName
{
border-color: #B99FEB;
}
.TagClassName
{
border-color: #B99FEB;
}
</style>