Shades of Melrose #BEA8F6
Tints of Melrose #BEA8F6
RGB
CMYK
RGB Variations
Color information
#BEA8F6 (or 0xBEA8F6) is known color: Melrose. HEX triplet: BE, A8 and F6. RGB value is (190,168,246). Sum of RGB (Red+Green+Blue) = 190+168+246=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEA8F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8F6 is #415709. Grayscale: #B7B7B7. Windows color (decimal): -4282122 or 16165054. OLE color: 16165054.
HSL color Cylindrical-coordinate representation of color #BEA8F6: hue angle of 256.92º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA8F6 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 168 | 246 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.04 |
| HSL | 256.92º | 0.81% | 0.81% | - |
| HSV(B) | 256.92º | 0.32% | 0.96% | - |
| XYZ | 51.87 | 45.61 | 93.26 | - |
| YUV | 183.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 246 | 0.23 | 0.32 | 0 | 0.04 | 256.92 | 0.81 | 0.81 |
| Hex | BE | A8 | F6 | 17 | 20 | 0 | 4 | 101 | 51 | 51 |
| Octal | 276 | 250 | 366 | 27 | 40 | 0 | 4 | 401 | 121 | 121 |
| Binary | 10111110 | 10101000 | 11110110 | 10111 | 100000 | 0 | 100 | 100000001 | 1010001 | 1010001 |
Color Harmonies of #BEA8F6
Complementary color
Monochromatic Colors of #BEA8F6
Black with #BEA8F6
Text Example
Text Example
White with #BEA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8F6; }
p { color: rgb(190,168,246); }
H1.HeaderClassName
{
color: #BEA8F6;
}
.AnyTagClassName
{
color: #BEA8F6;
}
</style>
background-color css
<style>
a { background-color: #BEA8F6; }
a { background-color: rgb(190,168,246); }
div.DivClassName
{
background-color: #BEA8F6;
}
.BgClassName
{
background-color: #BEA8F6;
}
</style>
border-color css
<style>
span { border-color: #BEA8F6; }
span { border-color: rgb(190,168,246); }
td.TdClassName
{
border-color: #BEA8F6;
}
.TagClassName
{
border-color: #BEA8F6;
}
</style>