Shades of Melrose #BEA8FE
Tints of Melrose #BEA8FE
RGB
CMYK
RGB Variations
Color information
#BEA8FE (or 0xBEA8FE) is known color: Melrose. HEX triplet: BE, A8 and FE. RGB value is (190,168,254). Sum of RGB (Red+Green+Blue) = 190+168+254=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FE is #415701. Grayscale: #B8B8B8. Windows color (decimal): -4282114 or 16689342. OLE color: 16689342.
HSL color Cylindrical-coordinate representation of color #BEA8FE: hue angle of 255.35º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEA8FE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 168 | 254 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.00 |
| HSL | 255.35º | 0.98% | 0.83% | - |
| HSV(B) | 255.35º | 0.34% | 1% | - |
| XYZ | 53.13 | 46.11 | 99.87 | - |
| YUV | 184.38 | 167.29 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 254 | 0.25 | 0.34 | 0 | 0.00 | 255.35 | 0.98 | 0.83 |
| Hex | BE | A8 | FE | 19 | 22 | 0 | 0 | FF | 62 | 53 |
| Octal | 276 | 250 | 376 | 31 | 42 | 0 | 0 | 377 | 142 | 123 |
| Binary | 10111110 | 10101000 | 11111110 | 11001 | 100010 | 0 | 0 | 11111111 | 1100010 | 1010011 |
Color Harmonies of #BEA8FE
Complementary color
Monochromatic Colors of #BEA8FE
Black with #BEA8FE
Text Example
Text Example
White with #BEA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8FE; }
p { color: rgb(190,168,254); }
H1.HeaderClassName
{
color: #BEA8FE;
}
.AnyTagClassName
{
color: #BEA8FE;
}
</style>
background-color css
<style>
a { background-color: #BEA8FE; }
a { background-color: rgb(190,168,254); }
div.DivClassName
{
background-color: #BEA8FE;
}
.BgClassName
{
background-color: #BEA8FE;
}
</style>
border-color css
<style>
span { border-color: #BEA8FE; }
span { border-color: rgb(190,168,254); }
td.TdClassName
{
border-color: #BEA8FE;
}
.TagClassName
{
border-color: #BEA8FE;
}
</style>