Shades of Perfume #BE9FF2
Tints of Perfume #BE9FF2
RGB
CMYK
RGB Variations
Color information
#BE9FF2 (or 0xBE9FF2) is known color: Perfume. HEX triplet: BE, 9F and F2. RGB value is (190,159,242). Sum of RGB (Red+Green+Blue) = 190+159+242=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9FF2 is #41600D. Grayscale: #B1B1B1. Windows color (decimal): -4284430 or 15900606. OLE color: 15900606.
HSL color Cylindrical-coordinate representation of color #BE9FF2: hue angle of 262.41º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE9FF2 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 159 | 242 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.05 |
| HSL | 262.41º | 0.76% | 0.79% | - |
| HSV(B) | 262.41º | 0.34% | 0.95% | - |
| XYZ | 49.66 | 42.15 | 89.52 | - |
| YUV | 177.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 242 | 0.21 | 0.34 | 0 | 0.05 | 262.41 | 0.76 | 0.79 |
| Hex | BE | 9F | F2 | 15 | 22 | 0 | 5 | 106 | 4C | 4F |
| Octal | 276 | 237 | 362 | 25 | 42 | 0 | 5 | 406 | 114 | 117 |
| Binary | 10111110 | 10011111 | 11110010 | 10101 | 100010 | 0 | 101 | 100000110 | 1001100 | 1001111 |
Color Harmonies of #BE9FF2
Complementary color
Monochromatic Colors of #BE9FF2
Black with #BE9FF2
Text Example
Text Example
White with #BE9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9FF2; }
p { color: rgb(190,159,242); }
H1.HeaderClassName
{
color: #BE9FF2;
}
.AnyTagClassName
{
color: #BE9FF2;
}
</style>
background-color css
<style>
a { background-color: #BE9FF2; }
a { background-color: rgb(190,159,242); }
div.DivClassName
{
background-color: #BE9FF2;
}
.BgClassName
{
background-color: #BE9FF2;
}
</style>
border-color css
<style>
span { border-color: #BE9FF2; }
span { border-color: rgb(190,159,242); }
td.TdClassName
{
border-color: #BE9FF2;
}
.TagClassName
{
border-color: #BE9FF2;
}
</style>