Shades of Perfume #B99FE2
Tints of Perfume #B99FE2
RGB
CMYK
RGB Variations
Color information
#B99FE2 (or 0xB99FE2) is known color: Perfume. HEX triplet: B9, 9F and E2. RGB value is (185,159,226). Sum of RGB (Red+Green+Blue) = 185+159+226=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #B99FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FE2 is #46601D. Grayscale: #AEAEAE. Windows color (decimal): -4612126 or 14852025. OLE color: 14852025.
HSL color Cylindrical-coordinate representation of color #B99FE2: hue angle of 263.28º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99FE2 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 159 | 226 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.11 |
| HSL | 263.28º | 0.54% | 0.75% | - |
| HSV(B) | 263.28º | 0.3% | 0.89% | - |
| XYZ | 46.13 | 40.6 | 77.36 | - |
| YUV | 174.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 226 | 0.18 | 0.30 | 0 | 0.11 | 263.28 | 0.54 | 0.75 |
| Hex | B9 | 9F | E2 | 12 | 1E | 0 | B | 107 | 36 | 4B |
| Octal | 271 | 237 | 342 | 22 | 36 | 0 | 13 | 407 | 66 | 113 |
| Binary | 10111001 | 10011111 | 11100010 | 10010 | 11110 | 0 | 1011 | 100000111 | 110110 | 1001011 |
Color Harmonies of #B99FE2
Complementary color
Monochromatic Colors of #B99FE2
Black with #B99FE2
Text Example
Text Example
White with #B99FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FE2; }
p { color: rgb(185,159,226); }
H1.HeaderClassName
{
color: #B99FE2;
}
.AnyTagClassName
{
color: #B99FE2;
}
</style>
background-color css
<style>
a { background-color: #B99FE2; }
a { background-color: rgb(185,159,226); }
div.DivClassName
{
background-color: #B99FE2;
}
.BgClassName
{
background-color: #B99FE2;
}
</style>
border-color css
<style>
span { border-color: #B99FE2; }
span { border-color: rgb(185,159,226); }
td.TdClassName
{
border-color: #B99FE2;
}
.TagClassName
{
border-color: #B99FE2;
}
</style>