Shades of Perfume #B89FE0
Tints of Perfume #B89FE0
RGB
CMYK
RGB Variations
Color information
#B89FE0 (or 0xB89FE0) is known color: Perfume. HEX triplet: B8, 9F and E0. RGB value is (184,159,224). Sum of RGB (Red+Green+Blue) = 184+159+224=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #B89FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FE0 is #47601F. Grayscale: #ADADAD. Windows color (decimal): -4677664 or 14720952. OLE color: 14720952.
HSL color Cylindrical-coordinate representation of color #B89FE0: hue angle of 263.08º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89FE0 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 159 | 224 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.12 |
| HSL | 263.08º | 0.51% | 0.75% | - |
| HSV(B) | 263.08º | 0.29% | 0.88% | - |
| XYZ | 45.62 | 40.37 | 75.91 | - |
| YUV | 173.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 224 | 0.18 | 0.29 | 0 | 0.12 | 263.08 | 0.51 | 0.75 |
| Hex | B8 | 9F | E0 | 12 | 1D | 0 | C | 107 | 33 | 4B |
| Octal | 270 | 237 | 340 | 22 | 35 | 0 | 14 | 407 | 63 | 113 |
| Binary | 10111000 | 10011111 | 11100000 | 10010 | 11101 | 0 | 1100 | 100000111 | 110011 | 1001011 |
Color Harmonies of #B89FE0
Complementary color
Monochromatic Colors of #B89FE0
Black with #B89FE0
Text Example
Text Example
White with #B89FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FE0; }
p { color: rgb(184,159,224); }
H1.HeaderClassName
{
color: #B89FE0;
}
.AnyTagClassName
{
color: #B89FE0;
}
</style>
background-color css
<style>
a { background-color: #B89FE0; }
a { background-color: rgb(184,159,224); }
div.DivClassName
{
background-color: #B89FE0;
}
.BgClassName
{
background-color: #B89FE0;
}
</style>
border-color css
<style>
span { border-color: #B89FE0; }
span { border-color: rgb(184,159,224); }
td.TdClassName
{
border-color: #B89FE0;
}
.TagClassName
{
border-color: #B89FE0;
}
</style>