Shades of Perfume #B99AFF
Tints of Perfume #B99AFF
RGB
CMYK
RGB Variations
Color information
#B99AFF (or 0xB99AFF) is known color: Perfume. HEX triplet: B9, 9A and FF. RGB value is (185,154,255). Sum of RGB (Red+Green+Blue) = 185+154+255=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AFF is #466500. Grayscale: #AEAEAE. Windows color (decimal): -4613377 or 16751289. OLE color: 16751289.
HSL color Cylindrical-coordinate representation of color #B99AFF: hue angle of 258.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B99AFF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 154 | 255 | - |
| CMYK | 0.27 | 0.40 | 0 | 0 |
| HSL | 258.42º | 1% | 0.8% | - |
| HSV(B) | 258.42º | 0.4% | 1% | - |
| XYZ | 49.61 | 40.65 | 99.84 | - |
| YUV | 174.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 255 | 0.27 | 0.40 | 0 | 0 | 258.42 | 1 | 0.8 |
| Hex | B9 | 9A | FF | 1B | 28 | 0 | 0 | 102 | 64 | 50 |
| Octal | 271 | 232 | 377 | 33 | 50 | 0 | 0 | 402 | 144 | 120 |
| Binary | 10111001 | 10011010 | 11111111 | 11011 | 101000 | 0 | 0 | 100000010 | 1100100 | 1010000 |
Color Harmonies of #B99AFF
Complementary color
Monochromatic Colors of #B99AFF
Black with #B99AFF
Text Example
Text Example
White with #B99AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99AFF; }
p { color: rgb(185,154,255); }
H1.HeaderClassName
{
color: #B99AFF;
}
.AnyTagClassName
{
color: #B99AFF;
}
</style>
background-color css
<style>
a { background-color: #B99AFF; }
a { background-color: rgb(185,154,255); }
div.DivClassName
{
background-color: #B99AFF;
}
.BgClassName
{
background-color: #B99AFF;
}
</style>
border-color css
<style>
span { border-color: #B99AFF; }
span { border-color: rgb(185,154,255); }
td.TdClassName
{
border-color: #B99AFF;
}
.TagClassName
{
border-color: #B99AFF;
}
</style>