Shades of Melrose #BEA8FC
Tints of Melrose #BEA8FC
RGB
CMYK
RGB Variations
Color information
#BEA8FC (or 0xBEA8FC) is known color: Melrose. HEX triplet: BE, A8 and FC. RGB value is (190,168,252). Sum of RGB (Red+Green+Blue) = 190+168+252=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEA8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FC is #415703. Grayscale: #B7B7B7. Windows color (decimal): -4282116 or 16558270. OLE color: 16558270.
HSL color Cylindrical-coordinate representation of color #BEA8FC: hue angle of 255.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA8FC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 168 | 252 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.01 |
| HSL | 255.71º | 0.93% | 0.82% | - |
| HSV(B) | 255.71º | 0.33% | 0.99% | - |
| XYZ | 52.81 | 45.98 | 98.19 | - |
| YUV | 184.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 252 | 0.25 | 0.33 | 0 | 0.01 | 255.71 | 0.93 | 0.82 |
| Hex | BE | A8 | FC | 19 | 21 | 0 | 1 | 100 | 5D | 52 |
| Octal | 276 | 250 | 374 | 31 | 41 | 0 | 1 | 400 | 135 | 122 |
| Binary | 10111110 | 10101000 | 11111100 | 11001 | 100001 | 0 | 1 | 100000000 | 1011101 | 1010010 |
Color Harmonies of #BEA8FC
Complementary color
Monochromatic Colors of #BEA8FC
Black with #BEA8FC
Text Example
Text Example
White with #BEA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8FC; }
p { color: rgb(190,168,252); }
H1.HeaderClassName
{
color: #BEA8FC;
}
.AnyTagClassName
{
color: #BEA8FC;
}
</style>
background-color css
<style>
a { background-color: #BEA8FC; }
a { background-color: rgb(190,168,252); }
div.DivClassName
{
background-color: #BEA8FC;
}
.BgClassName
{
background-color: #BEA8FC;
}
</style>
border-color css
<style>
span { border-color: #BEA8FC; }
span { border-color: rgb(190,168,252); }
td.TdClassName
{
border-color: #BEA8FC;
}
.TagClassName
{
border-color: #BEA8FC;
}
</style>