Shades of Perfume #BEA4EF
Tints of Perfume #BEA4EF
RGB
CMYK
RGB Variations
Color information
#BEA4EF (or 0xBEA4EF) is known color: Perfume. HEX triplet: BE, A4 and EF. RGB value is (190,164,239). Sum of RGB (Red+Green+Blue) = 190+164+239=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEA4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4EF is #415B10. Grayscale: #B4B4B4. Windows color (decimal): -4283153 or 15705278. OLE color: 15705278.
HSL color Cylindrical-coordinate representation of color #BEA4EF: hue angle of 260.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA4EF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 164 | 239 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.06 |
| HSL | 260.8º | 0.7% | 0.79% | - |
| HSV(B) | 260.8º | 0.31% | 0.94% | - |
| XYZ | 50.09 | 43.73 | 87.46 | - |
| YUV | 180.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 239 | 0.21 | 0.31 | 0 | 0.06 | 260.8 | 0.7 | 0.79 |
| Hex | BE | A4 | EF | 15 | 1F | 0 | 6 | 105 | 46 | 4F |
| Octal | 276 | 244 | 357 | 25 | 37 | 0 | 6 | 405 | 106 | 117 |
| Binary | 10111110 | 10100100 | 11101111 | 10101 | 11111 | 0 | 110 | 100000101 | 1000110 | 1001111 |
Color Harmonies of #BEA4EF
Complementary color
Monochromatic Colors of #BEA4EF
Black with #BEA4EF
Text Example
Text Example
White with #BEA4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA4EF; }
p { color: rgb(190,164,239); }
H1.HeaderClassName
{
color: #BEA4EF;
}
.AnyTagClassName
{
color: #BEA4EF;
}
</style>
background-color css
<style>
a { background-color: #BEA4EF; }
a { background-color: rgb(190,164,239); }
div.DivClassName
{
background-color: #BEA4EF;
}
.BgClassName
{
background-color: #BEA4EF;
}
</style>
border-color css
<style>
span { border-color: #BEA4EF; }
span { border-color: rgb(190,164,239); }
td.TdClassName
{
border-color: #BEA4EF;
}
.TagClassName
{
border-color: #BEA4EF;
}
</style>