Shades of Perfume #BE97EF
Tints of Perfume #BE97EF
RGB
CMYK
RGB Variations
Color information
#BE97EF (or 0xBE97EF) is known color: Perfume. HEX triplet: BE, 97 and EF. RGB value is (190,151,239). Sum of RGB (Red+Green+Blue) = 190+151+239=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE97EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE97EF is #416810. Grayscale: #ACACAC. Windows color (decimal): -4286481 or 15701950. OLE color: 15701950.
HSL color Cylindrical-coordinate representation of color #BE97EF: hue angle of 266.59º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE97EF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 151 | 239 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.06 |
| HSL | 266.59º | 0.73% | 0.76% | - |
| HSV(B) | 266.59º | 0.37% | 0.94% | - |
| XYZ | 47.88 | 39.31 | 86.73 | - |
| YUV | 172.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 239 | 0.21 | 0.37 | 0 | 0.06 | 266.59 | 0.73 | 0.76 |
| Hex | BE | 97 | EF | 15 | 25 | 0 | 6 | 10B | 49 | 4C |
| Octal | 276 | 227 | 357 | 25 | 45 | 0 | 6 | 413 | 111 | 114 |
| Binary | 10111110 | 10010111 | 11101111 | 10101 | 100101 | 0 | 110 | 100001011 | 1001001 | 1001100 |
Color Harmonies of #BE97EF
Complementary color
Monochromatic Colors of #BE97EF
Black with #BE97EF
Text Example
Text Example
White with #BE97EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE97EF; }
p { color: rgb(190,151,239); }
H1.HeaderClassName
{
color: #BE97EF;
}
.AnyTagClassName
{
color: #BE97EF;
}
</style>
background-color css
<style>
a { background-color: #BE97EF; }
a { background-color: rgb(190,151,239); }
div.DivClassName
{
background-color: #BE97EF;
}
.BgClassName
{
background-color: #BE97EF;
}
</style>
border-color css
<style>
span { border-color: #BE97EF; }
span { border-color: rgb(190,151,239); }
td.TdClassName
{
border-color: #BE97EF;
}
.TagClassName
{
border-color: #BE97EF;
}
</style>