Shades of Melrose #BEA8FD
Tints of Melrose #BEA8FD
RGB
CMYK
RGB Variations
Color information
#BEA8FD (or 0xBEA8FD) is known color: Melrose. HEX triplet: BE, A8 and FD. RGB value is (190,168,253). Sum of RGB (Red+Green+Blue) = 190+168+253=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FD is #415702. Grayscale: #B7B7B7. Windows color (decimal): -4282115 or 16623806. OLE color: 16623806.
HSL color Cylindrical-coordinate representation of color #BEA8FD: hue angle of 255.53º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEA8FD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 168 | 253 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.01 |
| HSL | 255.53º | 0.96% | 0.83% | - |
| HSV(B) | 255.53º | 0.34% | 0.99% | - |
| XYZ | 52.97 | 46.04 | 99.02 | - |
| YUV | 184.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 253 | 0.25 | 0.34 | 0 | 0.01 | 255.53 | 0.96 | 0.83 |
| Hex | BE | A8 | FD | 19 | 22 | 0 | 1 | 100 | 60 | 53 |
| Octal | 276 | 250 | 375 | 31 | 42 | 0 | 1 | 400 | 140 | 123 |
| Binary | 10111110 | 10101000 | 11111101 | 11001 | 100010 | 0 | 1 | 100000000 | 1100000 | 1010011 |
Color Harmonies of #BEA8FD
Complementary color
Monochromatic Colors of #BEA8FD
Black with #BEA8FD
Text Example
Text Example
White with #BEA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8FD; }
p { color: rgb(190,168,253); }
H1.HeaderClassName
{
color: #BEA8FD;
}
.AnyTagClassName
{
color: #BEA8FD;
}
</style>
background-color css
<style>
a { background-color: #BEA8FD; }
a { background-color: rgb(190,168,253); }
div.DivClassName
{
background-color: #BEA8FD;
}
.BgClassName
{
background-color: #BEA8FD;
}
</style>
border-color css
<style>
span { border-color: #BEA8FD; }
span { border-color: rgb(190,168,253); }
td.TdClassName
{
border-color: #BEA8FD;
}
.TagClassName
{
border-color: #BEA8FD;
}
</style>