Shades of Perfume #B99FEA
Tints of Perfume #B99FEA
RGB
CMYK
RGB Variations
Color information
#B99FEA (or 0xB99FEA) is known color: Perfume. HEX triplet: B9, 9F and EA. RGB value is (185,159,234). Sum of RGB (Red+Green+Blue) = 185+159+234=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #B99FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FEA is #466015. Grayscale: #AFAFAF. Windows color (decimal): -4612118 or 15376313. OLE color: 15376313.
HSL color Cylindrical-coordinate representation of color #B99FEA: hue angle of 260.8º degrees, saturation: 0.64, 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 #B99FEA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 159 | 234 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.08 |
| HSL | 260.8º | 0.64% | 0.77% | - |
| HSV(B) | 260.8º | 0.32% | 0.92% | - |
| XYZ | 47.26 | 41.05 | 83.27 | - |
| YUV | 175.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 234 | 0.21 | 0.32 | 0 | 0.08 | 260.8 | 0.64 | 0.77 |
| Hex | B9 | 9F | EA | 15 | 20 | 0 | 8 | 105 | 40 | 4D |
| Octal | 271 | 237 | 352 | 25 | 40 | 0 | 10 | 405 | 100 | 115 |
| Binary | 10111001 | 10011111 | 11101010 | 10101 | 100000 | 0 | 1000 | 100000101 | 1000000 | 1001101 |
Color Harmonies of #B99FEA
Complementary color
Monochromatic Colors of #B99FEA
Black with #B99FEA
Text Example
Text Example
White with #B99FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FEA; }
p { color: rgb(185,159,234); }
H1.HeaderClassName
{
color: #B99FEA;
}
.AnyTagClassName
{
color: #B99FEA;
}
</style>
background-color css
<style>
a { background-color: #B99FEA; }
a { background-color: rgb(185,159,234); }
div.DivClassName
{
background-color: #B99FEA;
}
.BgClassName
{
background-color: #B99FEA;
}
</style>
border-color css
<style>
span { border-color: #B99FEA; }
span { border-color: rgb(185,159,234); }
td.TdClassName
{
border-color: #B99FEA;
}
.TagClassName
{
border-color: #B99FEA;
}
</style>