Shades of Perfume #B99BE9
Tints of Perfume #B99BE9
RGB
CMYK
RGB Variations
Color information
#B99BE9 (or 0xB99BE9) is known color: Perfume. HEX triplet: B9, 9B and E9. RGB value is (185,155,233). Sum of RGB (Red+Green+Blue) = 185+155+233=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #B99BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BE9 is #466416. Grayscale: #ACACAC. Windows color (decimal): -4613143 or 15309753. OLE color: 15309753.
HSL color Cylindrical-coordinate representation of color #B99BE9: hue angle of 263.08º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99BE9 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 155 | 233 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.09 |
| HSL | 263.08º | 0.64% | 0.76% | - |
| HSV(B) | 263.08º | 0.33% | 0.91% | - |
| XYZ | 46.44 | 39.64 | 82.29 | - |
| YUV | 172.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 233 | 0.21 | 0.33 | 0 | 0.09 | 263.08 | 0.64 | 0.76 |
| Hex | B9 | 9B | E9 | 15 | 21 | 0 | 9 | 107 | 40 | 4C |
| Octal | 271 | 233 | 351 | 25 | 41 | 0 | 11 | 407 | 100 | 114 |
| Binary | 10111001 | 10011011 | 11101001 | 10101 | 100001 | 0 | 1001 | 100000111 | 1000000 | 1001100 |
Color Harmonies of #B99BE9
Complementary color
Monochromatic Colors of #B99BE9
Black with #B99BE9
Text Example
Text Example
White with #B99BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BE9; }
p { color: rgb(185,155,233); }
H1.HeaderClassName
{
color: #B99BE9;
}
.AnyTagClassName
{
color: #B99BE9;
}
</style>
background-color css
<style>
a { background-color: #B99BE9; }
a { background-color: rgb(185,155,233); }
div.DivClassName
{
background-color: #B99BE9;
}
.BgClassName
{
background-color: #B99BE9;
}
</style>
border-color css
<style>
span { border-color: #B99BE9; }
span { border-color: rgb(185,155,233); }
td.TdClassName
{
border-color: #B99BE9;
}
.TagClassName
{
border-color: #B99BE9;
}
</style>