Shades of Perfume #B99FEE
Tints of Perfume #B99FEE
RGB
CMYK
RGB Variations
Color information
#B99FEE (or 0xB99FEE) is known color: Perfume. HEX triplet: B9, 9F and EE. RGB value is (185,159,238). Sum of RGB (Red+Green+Blue) = 185+159+238=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #B99FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FEE is #466011. Grayscale: #AFAFAF. Windows color (decimal): -4612114 or 15638457. OLE color: 15638457.
HSL color Cylindrical-coordinate representation of color #B99FEE: hue angle of 259.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99FEE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 159 | 238 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.07 |
| HSL | 259.75º | 0.7% | 0.78% | - |
| HSV(B) | 259.75º | 0.33% | 0.93% | - |
| XYZ | 47.84 | 41.28 | 86.34 | - |
| YUV | 175.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 238 | 0.22 | 0.33 | 0 | 0.07 | 259.75 | 0.7 | 0.78 |
| Hex | B9 | 9F | EE | 16 | 21 | 0 | 7 | 104 | 46 | 4E |
| Octal | 271 | 237 | 356 | 26 | 41 | 0 | 7 | 404 | 106 | 116 |
| Binary | 10111001 | 10011111 | 11101110 | 10110 | 100001 | 0 | 111 | 100000100 | 1000110 | 1001110 |
Color Harmonies of #B99FEE
Complementary color
Monochromatic Colors of #B99FEE
Black with #B99FEE
Text Example
Text Example
White with #B99FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FEE; }
p { color: rgb(185,159,238); }
H1.HeaderClassName
{
color: #B99FEE;
}
.AnyTagClassName
{
color: #B99FEE;
}
</style>
background-color css
<style>
a { background-color: #B99FEE; }
a { background-color: rgb(185,159,238); }
div.DivClassName
{
background-color: #B99FEE;
}
.BgClassName
{
background-color: #B99FEE;
}
</style>
border-color css
<style>
span { border-color: #B99FEE; }
span { border-color: rgb(185,159,238); }
td.TdClassName
{
border-color: #B99FEE;
}
.TagClassName
{
border-color: #B99FEE;
}
</style>