Shades of Perfume #BEA6F4
Tints of Perfume #BEA6F4
RGB
CMYK
RGB Variations
Color information
#BEA6F4 (or 0xBEA6F4) is known color: Perfume. HEX triplet: BE, A6 and F4. RGB value is (190,166,244). Sum of RGB (Red+Green+Blue) = 190+166+244=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEA6F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6F4 is #41590B. Grayscale: #B5B5B5. Windows color (decimal): -4282636 or 16033470. OLE color: 16033470.
HSL color Cylindrical-coordinate representation of color #BEA6F4: hue angle of 258.46º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA6F4 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 166 | 244 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.04 |
| HSL | 258.46º | 0.78% | 0.8% | - |
| HSV(B) | 258.46º | 0.32% | 0.96% | - |
| XYZ | 51.2 | 44.75 | 91.53 | - |
| YUV | 182.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 244 | 0.22 | 0.32 | 0 | 0.04 | 258.46 | 0.78 | 0.8 |
| Hex | BE | A6 | F4 | 16 | 20 | 0 | 4 | 102 | 4E | 50 |
| Octal | 276 | 246 | 364 | 26 | 40 | 0 | 4 | 402 | 116 | 120 |
| Binary | 10111110 | 10100110 | 11110100 | 10110 | 100000 | 0 | 100 | 100000010 | 1001110 | 1010000 |
Color Harmonies of #BEA6F4
Complementary color
Monochromatic Colors of #BEA6F4
Black with #BEA6F4
Text Example
Text Example
White with #BEA6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6F4; }
p { color: rgb(190,166,244); }
H1.HeaderClassName
{
color: #BEA6F4;
}
.AnyTagClassName
{
color: #BEA6F4;
}
</style>
background-color css
<style>
a { background-color: #BEA6F4; }
a { background-color: rgb(190,166,244); }
div.DivClassName
{
background-color: #BEA6F4;
}
.BgClassName
{
background-color: #BEA6F4;
}
</style>
border-color css
<style>
span { border-color: #BEA6F4; }
span { border-color: rgb(190,166,244); }
td.TdClassName
{
border-color: #BEA6F4;
}
.TagClassName
{
border-color: #BEA6F4;
}
</style>