Shades of Perfume #B89DEC
Tints of Perfume #B89DEC
RGB
CMYK
RGB Variations
Color information
#B89DEC (or 0xB89DEC) is known color: Perfume. HEX triplet: B8, 9D and EC. RGB value is (184,157,236). Sum of RGB (Red+Green+Blue) = 184+157+236=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #B89DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89DEC is #476213. Grayscale: #ADADAD. Windows color (decimal): -4678164 or 15506872. OLE color: 15506872.
HSL color Cylindrical-coordinate representation of color #B89DEC: hue angle of 260.51º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B89DEC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 157 | 236 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.07 |
| HSL | 260.51º | 0.68% | 0.77% | - |
| HSV(B) | 260.51º | 0.33% | 0.93% | - |
| XYZ | 46.96 | 40.36 | 84.67 | - |
| YUV | 174.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 236 | 0.22 | 0.33 | 0 | 0.07 | 260.51 | 0.68 | 0.77 |
| Hex | B8 | 9D | EC | 16 | 21 | 0 | 7 | 105 | 44 | 4D |
| Octal | 270 | 235 | 354 | 26 | 41 | 0 | 7 | 405 | 104 | 115 |
| Binary | 10111000 | 10011101 | 11101100 | 10110 | 100001 | 0 | 111 | 100000101 | 1000100 | 1001101 |
Color Harmonies of #B89DEC
Complementary color
Monochromatic Colors of #B89DEC
Black with #B89DEC
Text Example
Text Example
White with #B89DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DEC; }
p { color: rgb(184,157,236); }
H1.HeaderClassName
{
color: #B89DEC;
}
.AnyTagClassName
{
color: #B89DEC;
}
</style>
background-color css
<style>
a { background-color: #B89DEC; }
a { background-color: rgb(184,157,236); }
div.DivClassName
{
background-color: #B89DEC;
}
.BgClassName
{
background-color: #B89DEC;
}
</style>
border-color css
<style>
span { border-color: #B89DEC; }
span { border-color: rgb(184,157,236); }
td.TdClassName
{
border-color: #B89DEC;
}
.TagClassName
{
border-color: #B89DEC;
}
</style>