Shades of Melrose #BEA9FA
Tints of Melrose #BEA9FA
RGB
CMYK
RGB Variations
Color information
#BEA9FA (or 0xBEA9FA) is known color: Melrose. HEX triplet: BE, A9 and FA. RGB value is (190,169,250). Sum of RGB (Red+Green+Blue) = 190+169+250=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9FA is #415605. Grayscale: #B8B8B8. Windows color (decimal): -4281862 or 16427454. OLE color: 16427454.
HSL color Cylindrical-coordinate representation of color #BEA9FA: hue angle of 255.56º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA9FA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 169 | 250 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.02 |
| HSL | 255.56º | 0.89% | 0.82% | - |
| HSV(B) | 255.56º | 0.32% | 0.98% | - |
| XYZ | 52.68 | 46.23 | 96.59 | - |
| YUV | 184.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 250 | 0.24 | 0.32 | 0 | 0.02 | 255.56 | 0.89 | 0.82 |
| Hex | BE | A9 | FA | 18 | 20 | 0 | 2 | 100 | 59 | 52 |
| Octal | 276 | 251 | 372 | 30 | 40 | 0 | 2 | 400 | 131 | 122 |
| Binary | 10111110 | 10101001 | 11111010 | 11000 | 100000 | 0 | 10 | 100000000 | 1011001 | 1010010 |
Color Harmonies of #BEA9FA
Complementary color
Monochromatic Colors of #BEA9FA
Black with #BEA9FA
Text Example
Text Example
White with #BEA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA9FA; }
p { color: rgb(190,169,250); }
H1.HeaderClassName
{
color: #BEA9FA;
}
.AnyTagClassName
{
color: #BEA9FA;
}
</style>
background-color css
<style>
a { background-color: #BEA9FA; }
a { background-color: rgb(190,169,250); }
div.DivClassName
{
background-color: #BEA9FA;
}
.BgClassName
{
background-color: #BEA9FA;
}
</style>
border-color css
<style>
span { border-color: #BEA9FA; }
span { border-color: rgb(190,169,250); }
td.TdClassName
{
border-color: #BEA9FA;
}
.TagClassName
{
border-color: #BEA9FA;
}
</style>