Shades of Perfume #B99EFC
Tints of Perfume #B99EFC
RGB
CMYK
RGB Variations
Color information
#B99EFC (or 0xB99EFC) is known color: Perfume. HEX triplet: B9, 9E and FC. RGB value is (185,158,252). Sum of RGB (Red+Green+Blue) = 185+158+252=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #B99EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EFC is #466103. Grayscale: #B0B0B0. Windows color (decimal): -4612356 or 16555705. OLE color: 16555705.
HSL color Cylindrical-coordinate representation of color #B99EFC: hue angle of 257.23º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B99EFC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 158 | 252 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.01 |
| HSL | 257.23º | 0.94% | 0.8% | - |
| HSV(B) | 257.23º | 0.37% | 0.99% | - |
| XYZ | 49.81 | 41.8 | 97.54 | - |
| YUV | 176.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 252 | 0.27 | 0.37 | 0 | 0.01 | 257.23 | 0.94 | 0.8 |
| Hex | B9 | 9E | FC | 1B | 25 | 0 | 1 | 101 | 5E | 50 |
| Octal | 271 | 236 | 374 | 33 | 45 | 0 | 1 | 401 | 136 | 120 |
| Binary | 10111001 | 10011110 | 11111100 | 11011 | 100101 | 0 | 1 | 100000001 | 1011110 | 1010000 |
Color Harmonies of #B99EFC
Complementary color
Monochromatic Colors of #B99EFC
Black with #B99EFC
Text Example
Text Example
White with #B99EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EFC; }
p { color: rgb(185,158,252); }
H1.HeaderClassName
{
color: #B99EFC;
}
.AnyTagClassName
{
color: #B99EFC;
}
</style>
background-color css
<style>
a { background-color: #B99EFC; }
a { background-color: rgb(185,158,252); }
div.DivClassName
{
background-color: #B99EFC;
}
.BgClassName
{
background-color: #B99EFC;
}
</style>
border-color css
<style>
span { border-color: #B99EFC; }
span { border-color: rgb(185,158,252); }
td.TdClassName
{
border-color: #B99EFC;
}
.TagClassName
{
border-color: #B99EFC;
}
</style>