Shades of Perfume #BEA3EE
Tints of Perfume #BEA3EE
RGB
CMYK
RGB Variations
Color information
#BEA3EE (or 0xBEA3EE) is known color: Perfume. HEX triplet: BE, A3 and EE. RGB value is (190,163,238). Sum of RGB (Red+Green+Blue) = 190+163+238=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA3EE is #415C11. Grayscale: #B3B3B3. Windows color (decimal): -4283410 or 15639486. OLE color: 15639486.
HSL color Cylindrical-coordinate representation of color #BEA3EE: hue angle of 261.6º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA3EE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 163 | 238 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.07 |
| HSL | 261.6º | 0.69% | 0.79% | - |
| HSV(B) | 261.6º | 0.32% | 0.93% | - |
| XYZ | 49.77 | 43.31 | 86.63 | - |
| YUV | 179.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 238 | 0.20 | 0.32 | 0 | 0.07 | 261.6 | 0.69 | 0.79 |
| Hex | BE | A3 | EE | 14 | 20 | 0 | 7 | 106 | 45 | 4F |
| Octal | 276 | 243 | 356 | 24 | 40 | 0 | 7 | 406 | 105 | 117 |
| Binary | 10111110 | 10100011 | 11101110 | 10100 | 100000 | 0 | 111 | 100000110 | 1000101 | 1001111 |
Color Harmonies of #BEA3EE
Complementary color
Monochromatic Colors of #BEA3EE
Black with #BEA3EE
Text Example
Text Example
White with #BEA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3EE; }
p { color: rgb(190,163,238); }
H1.HeaderClassName
{
color: #BEA3EE;
}
.AnyTagClassName
{
color: #BEA3EE;
}
</style>
background-color css
<style>
a { background-color: #BEA3EE; }
a { background-color: rgb(190,163,238); }
div.DivClassName
{
background-color: #BEA3EE;
}
.BgClassName
{
background-color: #BEA3EE;
}
</style>
border-color css
<style>
span { border-color: #BEA3EE; }
span { border-color: rgb(190,163,238); }
td.TdClassName
{
border-color: #BEA3EE;
}
.TagClassName
{
border-color: #BEA3EE;
}
</style>