Shades of Perfume #BE8FFA
Tints of Perfume #BE8FFA
RGB
CMYK
RGB Variations
Color information
#BE8FFA (or 0xBE8FFA) is known color: Perfume. HEX triplet: BE, 8F and FA. RGB value is (190,143,250). Sum of RGB (Red+Green+Blue) = 190+143+250=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FFA is #417005. Grayscale: #A8A8A8. Windows color (decimal): -4288518 or 16420798. OLE color: 16420798.
HSL color Cylindrical-coordinate representation of color #BE8FFA: hue angle of 266.36º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE8FFA is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 143 | 250 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.02 |
| HSL | 266.36º | 0.91% | 0.77% | - |
| HSV(B) | 266.36º | 0.43% | 0.98% | - |
| XYZ | 48.31 | 37.49 | 95.13 | - |
| YUV | 169.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 250 | 0.24 | 0.43 | 0 | 0.02 | 266.36 | 0.91 | 0.77 |
| Hex | BE | 8F | FA | 18 | 2B | 0 | 2 | 10A | 5B | 4D |
| Octal | 276 | 217 | 372 | 30 | 53 | 0 | 2 | 412 | 133 | 115 |
| Binary | 10111110 | 10001111 | 11111010 | 11000 | 101011 | 0 | 10 | 100001010 | 1011011 | 1001101 |
Color Harmonies of #BE8FFA
Complementary color
Monochromatic Colors of #BE8FFA
Black with #BE8FFA
Text Example
Text Example
White with #BE8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FFA; }
p { color: rgb(190,143,250); }
H1.HeaderClassName
{
color: #BE8FFA;
}
.AnyTagClassName
{
color: #BE8FFA;
}
</style>
background-color css
<style>
a { background-color: #BE8FFA; }
a { background-color: rgb(190,143,250); }
div.DivClassName
{
background-color: #BE8FFA;
}
.BgClassName
{
background-color: #BE8FFA;
}
</style>
border-color css
<style>
span { border-color: #BE8FFA; }
span { border-color: rgb(190,143,250); }
td.TdClassName
{
border-color: #BE8FFA;
}
.TagClassName
{
border-color: #BE8FFA;
}
</style>