Shades of Perfume #B89AFF
Tints of Perfume #B89AFF
RGB
CMYK
RGB Variations
Color information
#B89AFF (or 0xB89AFF) is known color: Perfume. HEX triplet: B8, 9A and FF. RGB value is (184,154,255). Sum of RGB (Red+Green+Blue) = 184+154+255=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #B89AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89AFF is #476500. Grayscale: #AEAEAE. Windows color (decimal): -4678913 or 16751288. OLE color: 16751288.
HSL color Cylindrical-coordinate representation of color #B89AFF: hue angle of 257.82º 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 #B89AFF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 154 | 255 | - |
| CMYK | 0.28 | 0.40 | 0 | 0 |
| HSL | 257.82º | 1% | 0.8% | - |
| HSV(B) | 257.82º | 0.4% | 1% | - |
| XYZ | 49.37 | 40.52 | 99.83 | - |
| YUV | 174.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 255 | 0.28 | 0.40 | 0 | 0 | 257.82 | 1 | 0.8 |
| Hex | B8 | 9A | FF | 1C | 28 | 0 | 0 | 102 | 64 | 50 |
| Octal | 270 | 232 | 377 | 34 | 50 | 0 | 0 | 402 | 144 | 120 |
| Binary | 10111000 | 10011010 | 11111111 | 11100 | 101000 | 0 | 0 | 100000010 | 1100100 | 1010000 |
Color Harmonies of #B89AFF
Complementary color
Monochromatic Colors of #B89AFF
Black with #B89AFF
Text Example
Text Example
White with #B89AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AFF; }
p { color: rgb(184,154,255); }
H1.HeaderClassName
{
color: #B89AFF;
}
.AnyTagClassName
{
color: #B89AFF;
}
</style>
background-color css
<style>
a { background-color: #B89AFF; }
a { background-color: rgb(184,154,255); }
div.DivClassName
{
background-color: #B89AFF;
}
.BgClassName
{
background-color: #B89AFF;
}
</style>
border-color css
<style>
span { border-color: #B89AFF; }
span { border-color: rgb(184,154,255); }
td.TdClassName
{
border-color: #B89AFF;
}
.TagClassName
{
border-color: #B89AFF;
}
</style>