Shades of Melrose #BEACFE
Tints of Melrose #BEACFE
RGB
CMYK
RGB Variations
Color information
#BEACFE (or 0xBEACFE) is known color: Melrose. HEX triplet: BE, AC and FE. RGB value is (190,172,254). Sum of RGB (Red+Green+Blue) = 190+172+254=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACFE is #415301. Grayscale: #BABABA. Windows color (decimal): -4281090 or 16690366. OLE color: 16690366.
HSL color Cylindrical-coordinate representation of color #BEACFE: hue angle of 253.17º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEACFE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 172 | 254 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.00 |
| HSL | 253.17º | 0.98% | 0.84% | - |
| HSV(B) | 253.17º | 0.32% | 1% | - |
| XYZ | 53.88 | 47.61 | 100.12 | - |
| YUV | 186.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 254 | 0.25 | 0.32 | 0 | 0.00 | 253.17 | 0.98 | 0.84 |
| Hex | BE | AC | FE | 19 | 20 | 0 | 0 | FD | 62 | 54 |
| Octal | 276 | 254 | 376 | 31 | 40 | 0 | 0 | 375 | 142 | 124 |
| Binary | 10111110 | 10101100 | 11111110 | 11001 | 100000 | 0 | 0 | 11111101 | 1100010 | 1010100 |
Color Harmonies of #BEACFE
Complementary color
Monochromatic Colors of #BEACFE
Black with #BEACFE
Text Example
Text Example
White with #BEACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACFE; }
p { color: rgb(190,172,254); }
H1.HeaderClassName
{
color: #BEACFE;
}
.AnyTagClassName
{
color: #BEACFE;
}
</style>
background-color css
<style>
a { background-color: #BEACFE; }
a { background-color: rgb(190,172,254); }
div.DivClassName
{
background-color: #BEACFE;
}
.BgClassName
{
background-color: #BEACFE;
}
</style>
border-color css
<style>
span { border-color: #BEACFE; }
span { border-color: rgb(190,172,254); }
td.TdClassName
{
border-color: #BEACFE;
}
.TagClassName
{
border-color: #BEACFE;
}
</style>