Shades of Perfume #B89FDE
Tints of Perfume #B89FDE
RGB
CMYK
RGB Variations
Color information
#B89FDE (or 0xB89FDE) is known color: Perfume. HEX triplet: B8, 9F and DE. RGB value is (184,159,222). Sum of RGB (Red+Green+Blue) = 184+159+222=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #B89FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FDE is #476021. Grayscale: #ADADAD. Windows color (decimal): -4677666 or 14589880. OLE color: 14589880.
HSL color Cylindrical-coordinate representation of color #B89FDE: hue angle of 263.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89FDE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 159 | 222 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.13 |
| HSL | 263.81º | 0.49% | 0.75% | - |
| HSV(B) | 263.81º | 0.28% | 0.87% | - |
| XYZ | 45.35 | 40.26 | 74.49 | - |
| YUV | 173.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 222 | 0.17 | 0.28 | 0 | 0.13 | 263.81 | 0.49 | 0.75 |
| Hex | B8 | 9F | DE | 11 | 1C | 0 | D | 108 | 31 | 4B |
| Octal | 270 | 237 | 336 | 21 | 34 | 0 | 15 | 410 | 61 | 113 |
| Binary | 10111000 | 10011111 | 11011110 | 10001 | 11100 | 0 | 1101 | 100001000 | 110001 | 1001011 |
Color Harmonies of #B89FDE
Complementary color
Monochromatic Colors of #B89FDE
Black with #B89FDE
Text Example
Text Example
White with #B89FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FDE; }
p { color: rgb(184,159,222); }
H1.HeaderClassName
{
color: #B89FDE;
}
.AnyTagClassName
{
color: #B89FDE;
}
</style>
background-color css
<style>
a { background-color: #B89FDE; }
a { background-color: rgb(184,159,222); }
div.DivClassName
{
background-color: #B89FDE;
}
.BgClassName
{
background-color: #B89FDE;
}
</style>
border-color css
<style>
span { border-color: #B89FDE; }
span { border-color: rgb(184,159,222); }
td.TdClassName
{
border-color: #B89FDE;
}
.TagClassName
{
border-color: #B89FDE;
}
</style>