Shades of Perfume #B99AF2
Tints of Perfume #B99AF2
RGB
CMYK
RGB Variations
Color information
#B99AF2 (or 0xB99AF2) is known color: Perfume. HEX triplet: B9, 9A and F2. RGB value is (185,154,242). Sum of RGB (Red+Green+Blue) = 185+154+242=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #B99AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AF2 is #46650D. Grayscale: #ACACAC. Windows color (decimal): -4613390 or 15899321. OLE color: 15899321.
HSL color Cylindrical-coordinate representation of color #B99AF2: hue angle of 261.14º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99AF2 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 154 | 242 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.05 |
| HSL | 261.14º | 0.77% | 0.78% | - |
| HSV(B) | 261.14º | 0.36% | 0.95% | - |
| XYZ | 47.59 | 39.84 | 89.19 | - |
| YUV | 173.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 242 | 0.24 | 0.36 | 0 | 0.05 | 261.14 | 0.77 | 0.78 |
| Hex | B9 | 9A | F2 | 18 | 24 | 0 | 5 | 105 | 4D | 4E |
| Octal | 271 | 232 | 362 | 30 | 44 | 0 | 5 | 405 | 115 | 116 |
| Binary | 10111001 | 10011010 | 11110010 | 11000 | 100100 | 0 | 101 | 100000101 | 1001101 | 1001110 |
Color Harmonies of #B99AF2
Complementary color
Monochromatic Colors of #B99AF2
Black with #B99AF2
Text Example
Text Example
White with #B99AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99AF2; }
p { color: rgb(185,154,242); }
H1.HeaderClassName
{
color: #B99AF2;
}
.AnyTagClassName
{
color: #B99AF2;
}
</style>
background-color css
<style>
a { background-color: #B99AF2; }
a { background-color: rgb(185,154,242); }
div.DivClassName
{
background-color: #B99AF2;
}
.BgClassName
{
background-color: #B99AF2;
}
</style>
border-color css
<style>
span { border-color: #B99AF2; }
span { border-color: rgb(185,154,242); }
td.TdClassName
{
border-color: #B99AF2;
}
.TagClassName
{
border-color: #B99AF2;
}
</style>