Shades of Perfume #B99BE5
Tints of Perfume #B99BE5
RGB
CMYK
RGB Variations
Color information
#B99BE5 (or 0xB99BE5) is known color: Perfume. HEX triplet: B9, 9B and E5. RGB value is (185,155,229). Sum of RGB (Red+Green+Blue) = 185+155+229=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #B99BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BE5 is #46641A. Grayscale: #ACACAC. Windows color (decimal): -4613147 or 15047609. OLE color: 15047609.
HSL color Cylindrical-coordinate representation of color #B99BE5: hue angle of 264.32º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99BE5 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 155 | 229 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.10 |
| HSL | 264.32º | 0.59% | 0.75% | - |
| HSV(B) | 264.32º | 0.32% | 0.9% | - |
| XYZ | 45.87 | 39.41 | 79.32 | - |
| YUV | 172.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 229 | 0.19 | 0.32 | 0 | 0.10 | 264.32 | 0.59 | 0.75 |
| Hex | B9 | 9B | E5 | 13 | 20 | 0 | A | 108 | 3B | 4B |
| Octal | 271 | 233 | 345 | 23 | 40 | 0 | 12 | 410 | 73 | 113 |
| Binary | 10111001 | 10011011 | 11100101 | 10011 | 100000 | 0 | 1010 | 100001000 | 111011 | 1001011 |
Color Harmonies of #B99BE5
Complementary color
Monochromatic Colors of #B99BE5
Black with #B99BE5
Text Example
Text Example
White with #B99BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BE5; }
p { color: rgb(185,155,229); }
H1.HeaderClassName
{
color: #B99BE5;
}
.AnyTagClassName
{
color: #B99BE5;
}
</style>
background-color css
<style>
a { background-color: #B99BE5; }
a { background-color: rgb(185,155,229); }
div.DivClassName
{
background-color: #B99BE5;
}
.BgClassName
{
background-color: #B99BE5;
}
</style>
border-color css
<style>
span { border-color: #B99BE5; }
span { border-color: rgb(185,155,229); }
td.TdClassName
{
border-color: #B99BE5;
}
.TagClassName
{
border-color: #B99BE5;
}
</style>