Shades of Perfume #BE8FFC
Tints of Perfume #BE8FFC
RGB
CMYK
RGB Variations
Color information
#BE8FFC (or 0xBE8FFC) is known color: Perfume. HEX triplet: BE, 8F and FC. RGB value is (190,143,252). Sum of RGB (Red+Green+Blue) = 190+143+252=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FFC is #417003. Grayscale: #A9A9A9. Windows color (decimal): -4288516 or 16551870. OLE color: 16551870.
HSL color Cylindrical-coordinate representation of color #BE8FFC: hue angle of 265.87º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE8FFC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 143 | 252 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.01 |
| HSL | 265.87º | 0.95% | 0.77% | - |
| HSV(B) | 265.87º | 0.43% | 0.99% | - |
| XYZ | 48.63 | 37.62 | 96.79 | - |
| YUV | 169.48 | 174.57 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 252 | 0.25 | 0.43 | 0 | 0.01 | 265.87 | 0.95 | 0.77 |
| Hex | BE | 8F | FC | 19 | 2B | 0 | 1 | 10A | 5F | 4D |
| Octal | 276 | 217 | 374 | 31 | 53 | 0 | 1 | 412 | 137 | 115 |
| Binary | 10111110 | 10001111 | 11111100 | 11001 | 101011 | 0 | 1 | 100001010 | 1011111 | 1001101 |
Color Harmonies of #BE8FFC
Complementary color
Monochromatic Colors of #BE8FFC
Black with #BE8FFC
Text Example
Text Example
White with #BE8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FFC; }
p { color: rgb(190,143,252); }
H1.HeaderClassName
{
color: #BE8FFC;
}
.AnyTagClassName
{
color: #BE8FFC;
}
</style>
background-color css
<style>
a { background-color: #BE8FFC; }
a { background-color: rgb(190,143,252); }
div.DivClassName
{
background-color: #BE8FFC;
}
.BgClassName
{
background-color: #BE8FFC;
}
</style>
border-color css
<style>
span { border-color: #BE8FFC; }
span { border-color: rgb(190,143,252); }
td.TdClassName
{
border-color: #BE8FFC;
}
.TagClassName
{
border-color: #BE8FFC;
}
</style>