Shades of Perfume #B99BF6
Tints of Perfume #B99BF6
RGB
CMYK
RGB Variations
Color information
#B99BF6 (or 0xB99BF6) is known color: Perfume. HEX triplet: B9, 9B and F6. RGB value is (185,155,246). Sum of RGB (Red+Green+Blue) = 185+155+246=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #B99BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BF6 is #466409. Grayscale: #AEAEAE. Windows color (decimal): -4613130 or 16161721. OLE color: 16161721.
HSL color Cylindrical-coordinate representation of color #B99BF6: hue angle of 259.78º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B99BF6 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 155 | 246 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.04 |
| HSL | 259.78º | 0.83% | 0.79% | - |
| HSV(B) | 259.78º | 0.37% | 0.96% | - |
| XYZ | 48.36 | 40.41 | 92.44 | - |
| YUV | 174.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 246 | 0.25 | 0.37 | 0 | 0.04 | 259.78 | 0.83 | 0.79 |
| Hex | B9 | 9B | F6 | 19 | 25 | 0 | 4 | 104 | 53 | 4F |
| Octal | 271 | 233 | 366 | 31 | 45 | 0 | 4 | 404 | 123 | 117 |
| Binary | 10111001 | 10011011 | 11110110 | 11001 | 100101 | 0 | 100 | 100000100 | 1010011 | 1001111 |
Color Harmonies of #B99BF6
Complementary color
Monochromatic Colors of #B99BF6
Black with #B99BF6
Text Example
Text Example
White with #B99BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BF6; }
p { color: rgb(185,155,246); }
H1.HeaderClassName
{
color: #B99BF6;
}
.AnyTagClassName
{
color: #B99BF6;
}
</style>
background-color css
<style>
a { background-color: #B99BF6; }
a { background-color: rgb(185,155,246); }
div.DivClassName
{
background-color: #B99BF6;
}
.BgClassName
{
background-color: #B99BF6;
}
</style>
border-color css
<style>
span { border-color: #B99BF6; }
span { border-color: rgb(185,155,246); }
td.TdClassName
{
border-color: #B99BF6;
}
.TagClassName
{
border-color: #B99BF6;
}
</style>