Shades of Perfume #B89FFC
Tints of Perfume #B89FFC
RGB
CMYK
RGB Variations
Color information
#B89FFC (or 0xB89FFC) is known color: Perfume. HEX triplet: B8, 9F and FC. RGB value is (184,159,252). Sum of RGB (Red+Green+Blue) = 184+159+252=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #B89FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89FFC is #476003. Grayscale: #B0B0B0. Windows color (decimal): -4677636 or 16555960. OLE color: 16555960.
HSL color Cylindrical-coordinate representation of color #B89FFC: hue angle of 256.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B89FFC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 159 | 252 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.01 |
| HSL | 256.13º | 0.94% | 0.81% | - |
| HSV(B) | 256.13º | 0.37% | 0.99% | - |
| XYZ | 49.74 | 42.01 | 97.58 | - |
| YUV | 177.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 252 | 0.27 | 0.37 | 0 | 0.01 | 256.13 | 0.94 | 0.81 |
| Hex | B8 | 9F | FC | 1B | 25 | 0 | 1 | 100 | 5E | 51 |
| Octal | 270 | 237 | 374 | 33 | 45 | 0 | 1 | 400 | 136 | 121 |
| Binary | 10111000 | 10011111 | 11111100 | 11011 | 100101 | 0 | 1 | 100000000 | 1011110 | 1010001 |
Color Harmonies of #B89FFC
Complementary color
Monochromatic Colors of #B89FFC
Black with #B89FFC
Text Example
Text Example
White with #B89FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FFC; }
p { color: rgb(184,159,252); }
H1.HeaderClassName
{
color: #B89FFC;
}
.AnyTagClassName
{
color: #B89FFC;
}
</style>
background-color css
<style>
a { background-color: #B89FFC; }
a { background-color: rgb(184,159,252); }
div.DivClassName
{
background-color: #B89FFC;
}
.BgClassName
{
background-color: #B89FFC;
}
</style>
border-color css
<style>
span { border-color: #B89FFC; }
span { border-color: rgb(184,159,252); }
td.TdClassName
{
border-color: #B89FFC;
}
.TagClassName
{
border-color: #B89FFC;
}
</style>