Shades of Perfume #B89DFE
Tints of Perfume #B89DFE
RGB
CMYK
RGB Variations
Color information
#B89DFE (or 0xB89DFE) is known color: Perfume. HEX triplet: B8, 9D and FE. RGB value is (184,157,254). Sum of RGB (Red+Green+Blue) = 184+157+254=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #B89DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89DFE is #476201. Grayscale: #AFAFAF. Windows color (decimal): -4678146 or 16686520. OLE color: 16686520.
HSL color Cylindrical-coordinate representation of color #B89DFE: hue angle of 256.7º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B89DFE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 157 | 254 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.00 |
| HSL | 256.7º | 0.98% | 0.81% | - |
| HSV(B) | 256.7º | 0.38% | 1% | - |
| XYZ | 49.71 | 41.46 | 99.15 | - |
| YUV | 176.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 254 | 0.28 | 0.38 | 0 | 0.00 | 256.7 | 0.98 | 0.81 |
| Hex | B8 | 9D | FE | 1C | 26 | 0 | 0 | 101 | 62 | 51 |
| Octal | 270 | 235 | 376 | 34 | 46 | 0 | 0 | 401 | 142 | 121 |
| Binary | 10111000 | 10011101 | 11111110 | 11100 | 100110 | 0 | 0 | 100000001 | 1100010 | 1010001 |
Color Harmonies of #B89DFE
Complementary color
Monochromatic Colors of #B89DFE
Black with #B89DFE
Text Example
Text Example
White with #B89DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DFE; }
p { color: rgb(184,157,254); }
H1.HeaderClassName
{
color: #B89DFE;
}
.AnyTagClassName
{
color: #B89DFE;
}
</style>
background-color css
<style>
a { background-color: #B89DFE; }
a { background-color: rgb(184,157,254); }
div.DivClassName
{
background-color: #B89DFE;
}
.BgClassName
{
background-color: #B89DFE;
}
</style>
border-color css
<style>
span { border-color: #B89DFE; }
span { border-color: rgb(184,157,254); }
td.TdClassName
{
border-color: #B89DFE;
}
.TagClassName
{
border-color: #B89DFE;
}
</style>