Shades of Perfume #B89EFC
Tints of Perfume #B89EFC
RGB
CMYK
RGB Variations
Color information
#B89EFC (or 0xB89EFC) is known color: Perfume. HEX triplet: B8, 9E and FC. RGB value is (184,158,252). Sum of RGB (Red+Green+Blue) = 184+158+252=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #B89EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89EFC is #476103. Grayscale: #B0B0B0. Windows color (decimal): -4677892 or 16555704. OLE color: 16555704.
HSL color Cylindrical-coordinate representation of color #B89EFC: hue angle of 256.6º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B89EFC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 158 | 252 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.01 |
| HSL | 256.6º | 0.94% | 0.8% | - |
| HSV(B) | 256.6º | 0.37% | 0.99% | - |
| XYZ | 49.56 | 41.67 | 97.53 | - |
| YUV | 176.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 252 | 0.27 | 0.37 | 0 | 0.01 | 256.6 | 0.94 | 0.8 |
| Hex | B8 | 9E | FC | 1B | 25 | 0 | 1 | 101 | 5E | 50 |
| Octal | 270 | 236 | 374 | 33 | 45 | 0 | 1 | 401 | 136 | 120 |
| Binary | 10111000 | 10011110 | 11111100 | 11011 | 100101 | 0 | 1 | 100000001 | 1011110 | 1010000 |
Color Harmonies of #B89EFC
Complementary color
Monochromatic Colors of #B89EFC
Black with #B89EFC
Text Example
Text Example
White with #B89EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EFC; }
p { color: rgb(184,158,252); }
H1.HeaderClassName
{
color: #B89EFC;
}
.AnyTagClassName
{
color: #B89EFC;
}
</style>
background-color css
<style>
a { background-color: #B89EFC; }
a { background-color: rgb(184,158,252); }
div.DivClassName
{
background-color: #B89EFC;
}
.BgClassName
{
background-color: #B89EFC;
}
</style>
border-color css
<style>
span { border-color: #B89EFC; }
span { border-color: rgb(184,158,252); }
td.TdClassName
{
border-color: #B89EFC;
}
.TagClassName
{
border-color: #B89EFC;
}
</style>