Shades of Perfume #BEA2FA
Tints of Perfume #BEA2FA
RGB
CMYK
RGB Variations
Color information
#BEA2FA (or 0xBEA2FA) is known color: Perfume. HEX triplet: BE, A2 and FA. RGB value is (190,162,250). Sum of RGB (Red+Green+Blue) = 190+162+250=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2FA is #415D05. Grayscale: #B4B4B4. Windows color (decimal): -4283654 or 16425662. OLE color: 16425662.
HSL color Cylindrical-coordinate representation of color #BEA2FA: hue angle of 259.09º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA2FA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 162 | 250 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.02 |
| HSL | 259.09º | 0.9% | 0.81% | - |
| HSV(B) | 259.09º | 0.35% | 0.98% | - |
| XYZ | 51.41 | 43.69 | 96.17 | - |
| YUV | 180.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 250 | 0.24 | 0.35 | 0 | 0.02 | 259.09 | 0.9 | 0.81 |
| Hex | BE | A2 | FA | 18 | 23 | 0 | 2 | 103 | 5A | 51 |
| Octal | 276 | 242 | 372 | 30 | 43 | 0 | 2 | 403 | 132 | 121 |
| Binary | 10111110 | 10100010 | 11111010 | 11000 | 100011 | 0 | 10 | 100000011 | 1011010 | 1010001 |
Color Harmonies of #BEA2FA
Complementary color
Monochromatic Colors of #BEA2FA
Black with #BEA2FA
Text Example
Text Example
White with #BEA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2FA; }
p { color: rgb(190,162,250); }
H1.HeaderClassName
{
color: #BEA2FA;
}
.AnyTagClassName
{
color: #BEA2FA;
}
</style>
background-color css
<style>
a { background-color: #BEA2FA; }
a { background-color: rgb(190,162,250); }
div.DivClassName
{
background-color: #BEA2FA;
}
.BgClassName
{
background-color: #BEA2FA;
}
</style>
border-color css
<style>
span { border-color: #BEA2FA; }
span { border-color: rgb(190,162,250); }
td.TdClassName
{
border-color: #BEA2FA;
}
.TagClassName
{
border-color: #BEA2FA;
}
</style>