Shades of Perfume #BEA6EF
Tints of Perfume #BEA6EF
RGB
CMYK
RGB Variations
Color information
#BEA6EF (or 0xBEA6EF) is known color: Perfume. HEX triplet: BE, A6 and EF. RGB value is (190,166,239). Sum of RGB (Red+Green+Blue) = 190+166+239=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEA6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6EF is #415910. Grayscale: #B5B5B5. Windows color (decimal): -4282641 or 15705790. OLE color: 15705790.
HSL color Cylindrical-coordinate representation of color #BEA6EF: hue angle of 259.73º 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 #BEA6EF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 166 | 239 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.06 |
| HSL | 259.73º | 0.7% | 0.79% | - |
| HSV(B) | 259.73º | 0.31% | 0.94% | - |
| XYZ | 50.45 | 44.45 | 87.58 | - |
| YUV | 181.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 239 | 0.21 | 0.31 | 0 | 0.06 | 259.73 | 0.7 | 0.79 |
| Hex | BE | A6 | EF | 15 | 1F | 0 | 6 | 104 | 46 | 4F |
| Octal | 276 | 246 | 357 | 25 | 37 | 0 | 6 | 404 | 106 | 117 |
| Binary | 10111110 | 10100110 | 11101111 | 10101 | 11111 | 0 | 110 | 100000100 | 1000110 | 1001111 |
Color Harmonies of #BEA6EF
Complementary color
Monochromatic Colors of #BEA6EF
Black with #BEA6EF
Text Example
Text Example
White with #BEA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6EF; }
p { color: rgb(190,166,239); }
H1.HeaderClassName
{
color: #BEA6EF;
}
.AnyTagClassName
{
color: #BEA6EF;
}
</style>
background-color css
<style>
a { background-color: #BEA6EF; }
a { background-color: rgb(190,166,239); }
div.DivClassName
{
background-color: #BEA6EF;
}
.BgClassName
{
background-color: #BEA6EF;
}
</style>
border-color css
<style>
span { border-color: #BEA6EF; }
span { border-color: rgb(190,166,239); }
td.TdClassName
{
border-color: #BEA6EF;
}
.TagClassName
{
border-color: #BEA6EF;
}
</style>