Shades of Perfume #BE9FEF
Tints of Perfume #BE9FEF
RGB
CMYK
RGB Variations
Color information
#BE9FEF (or 0xBE9FEF) is known color: Perfume. HEX triplet: BE, 9F and EF. RGB value is (190,159,239). Sum of RGB (Red+Green+Blue) = 190+159+239=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9FEF is #416010. Grayscale: #B1B1B1. Windows color (decimal): -4284433 or 15703998. OLE color: 15703998.
HSL color Cylindrical-coordinate representation of color #BE9FEF: hue angle of 263.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE9FEF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 159 | 239 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.06 |
| HSL | 263.25º | 0.71% | 0.78% | - |
| HSV(B) | 263.25º | 0.33% | 0.94% | - |
| XYZ | 49.21 | 41.98 | 87.17 | - |
| YUV | 177.39 | 162.77 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 239 | 0.21 | 0.33 | 0 | 0.06 | 263.25 | 0.71 | 0.78 |
| Hex | BE | 9F | EF | 15 | 21 | 0 | 6 | 107 | 47 | 4E |
| Octal | 276 | 237 | 357 | 25 | 41 | 0 | 6 | 407 | 107 | 116 |
| Binary | 10111110 | 10011111 | 11101111 | 10101 | 100001 | 0 | 110 | 100000111 | 1000111 | 1001110 |
Color Harmonies of #BE9FEF
Complementary color
Monochromatic Colors of #BE9FEF
Black with #BE9FEF
Text Example
Text Example
White with #BE9FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9FEF; }
p { color: rgb(190,159,239); }
H1.HeaderClassName
{
color: #BE9FEF;
}
.AnyTagClassName
{
color: #BE9FEF;
}
</style>
background-color css
<style>
a { background-color: #BE9FEF; }
a { background-color: rgb(190,159,239); }
div.DivClassName
{
background-color: #BE9FEF;
}
.BgClassName
{
background-color: #BE9FEF;
}
</style>
border-color css
<style>
span { border-color: #BE9FEF; }
span { border-color: rgb(190,159,239); }
td.TdClassName
{
border-color: #BE9FEF;
}
.TagClassName
{
border-color: #BE9FEF;
}
</style>