Shades of Melrose #BEA9F2
Tints of Melrose #BEA9F2
RGB
CMYK
RGB Variations
Color information
#BEA9F2 (or 0xBEA9F2) is known color: Melrose. HEX triplet: BE, A9 and F2. RGB value is (190,169,242). Sum of RGB (Red+Green+Blue) = 190+169+242=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9F2 is #41560D. Grayscale: #B7B7B7. Windows color (decimal): -4281870 or 15903166. OLE color: 15903166.
HSL color Cylindrical-coordinate representation of color #BEA9F2: hue angle of 257.26º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEA9F2 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 169 | 242 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.05 |
| HSL | 257.26º | 0.74% | 0.81% | - |
| HSV(B) | 257.26º | 0.3% | 0.95% | - |
| XYZ | 51.45 | 45.73 | 90.12 | - |
| YUV | 183.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 242 | 0.21 | 0.30 | 0 | 0.05 | 257.26 | 0.74 | 0.81 |
| Hex | BE | A9 | F2 | 15 | 1E | 0 | 5 | 101 | 4A | 51 |
| Octal | 276 | 251 | 362 | 25 | 36 | 0 | 5 | 401 | 112 | 121 |
| Binary | 10111110 | 10101001 | 11110010 | 10101 | 11110 | 0 | 101 | 100000001 | 1001010 | 1010001 |
Color Harmonies of #BEA9F2
Complementary color
Monochromatic Colors of #BEA9F2
Black with #BEA9F2
Text Example
Text Example
White with #BEA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA9F2; }
p { color: rgb(190,169,242); }
H1.HeaderClassName
{
color: #BEA9F2;
}
.AnyTagClassName
{
color: #BEA9F2;
}
</style>
background-color css
<style>
a { background-color: #BEA9F2; }
a { background-color: rgb(190,169,242); }
div.DivClassName
{
background-color: #BEA9F2;
}
.BgClassName
{
background-color: #BEA9F2;
}
</style>
border-color css
<style>
span { border-color: #BEA9F2; }
span { border-color: rgb(190,169,242); }
td.TdClassName
{
border-color: #BEA9F2;
}
.TagClassName
{
border-color: #BEA9F2;
}
</style>