Shades of Perfume #BE9BF8
Tints of Perfume #BE9BF8
RGB
CMYK
RGB Variations
Color information
#BE9BF8 (or 0xBE9BF8) is known color: Perfume. HEX triplet: BE, 9B and F8. RGB value is (190,155,248). Sum of RGB (Red+Green+Blue) = 190+155+248=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE9BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9BF8 is #416407. Grayscale: #AFAFAF. Windows color (decimal): -4285448 or 16292798. OLE color: 16292798.
HSL color Cylindrical-coordinate representation of color #BE9BF8: hue angle of 262.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9BF8 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 155 | 248 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.03 |
| HSL | 262.58º | 0.87% | 0.79% | - |
| HSV(B) | 262.58º | 0.38% | 0.97% | - |
| XYZ | 49.9 | 41.17 | 94.12 | - |
| YUV | 176.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 248 | 0.23 | 0.38 | 0 | 0.03 | 262.58 | 0.87 | 0.79 |
| Hex | BE | 9B | F8 | 17 | 26 | 0 | 3 | 107 | 57 | 4F |
| Octal | 276 | 233 | 370 | 27 | 46 | 0 | 3 | 407 | 127 | 117 |
| Binary | 10111110 | 10011011 | 11111000 | 10111 | 100110 | 0 | 11 | 100000111 | 1010111 | 1001111 |
Color Harmonies of #BE9BF8
Complementary color
Monochromatic Colors of #BE9BF8
Black with #BE9BF8
Text Example
Text Example
White with #BE9BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BF8; }
p { color: rgb(190,155,248); }
H1.HeaderClassName
{
color: #BE9BF8;
}
.AnyTagClassName
{
color: #BE9BF8;
}
</style>
background-color css
<style>
a { background-color: #BE9BF8; }
a { background-color: rgb(190,155,248); }
div.DivClassName
{
background-color: #BE9BF8;
}
.BgClassName
{
background-color: #BE9BF8;
}
</style>
border-color css
<style>
span { border-color: #BE9BF8; }
span { border-color: rgb(190,155,248); }
td.TdClassName
{
border-color: #BE9BF8;
}
.TagClassName
{
border-color: #BE9BF8;
}
</style>