Shades of Perfume #B99EF6
Tints of Perfume #B99EF6
RGB
CMYK
RGB Variations
Color information
#B99EF6 (or 0xB99EF6) is known color: Perfume. HEX triplet: B9, 9E and F6. RGB value is (185,158,246). Sum of RGB (Red+Green+Blue) = 185+158+246=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #B99EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EF6 is #466109. Grayscale: #AFAFAF. Windows color (decimal): -4612362 or 16162489. OLE color: 16162489.
HSL color Cylindrical-coordinate representation of color #B99EF6: hue angle of 258.41º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99EF6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 158 | 246 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.04 |
| HSL | 258.41º | 0.83% | 0.79% | - |
| HSV(B) | 258.41º | 0.36% | 0.96% | - |
| XYZ | 48.87 | 41.42 | 92.61 | - |
| YUV | 176.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 246 | 0.25 | 0.36 | 0 | 0.04 | 258.41 | 0.83 | 0.79 |
| Hex | B9 | 9E | F6 | 19 | 24 | 0 | 4 | 102 | 53 | 4F |
| Octal | 271 | 236 | 366 | 31 | 44 | 0 | 4 | 402 | 123 | 117 |
| Binary | 10111001 | 10011110 | 11110110 | 11001 | 100100 | 0 | 100 | 100000010 | 1010011 | 1001111 |
Color Harmonies of #B99EF6
Complementary color
Monochromatic Colors of #B99EF6
Black with #B99EF6
Text Example
Text Example
White with #B99EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EF6; }
p { color: rgb(185,158,246); }
H1.HeaderClassName
{
color: #B99EF6;
}
.AnyTagClassName
{
color: #B99EF6;
}
</style>
background-color css
<style>
a { background-color: #B99EF6; }
a { background-color: rgb(185,158,246); }
div.DivClassName
{
background-color: #B99EF6;
}
.BgClassName
{
background-color: #B99EF6;
}
</style>
border-color css
<style>
span { border-color: #B99EF6; }
span { border-color: rgb(185,158,246); }
td.TdClassName
{
border-color: #B99EF6;
}
.TagClassName
{
border-color: #B99EF6;
}
</style>