Shades of Melrose #BEA4FC
Tints of Melrose #BEA4FC
RGB
CMYK
RGB Variations
Color information
#BEA4FC (or 0xBEA4FC) is known color: Melrose. HEX triplet: BE, A4 and FC. RGB value is (190,164,252). Sum of RGB (Red+Green+Blue) = 190+164+252=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEA4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4FC is #415B03. Grayscale: #B5B5B5. Windows color (decimal): -4283140 or 16557246. OLE color: 16557246.
HSL color Cylindrical-coordinate representation of color #BEA4FC: hue angle of 257.73º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA4FC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 164 | 252 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.01 |
| HSL | 257.73º | 0.94% | 0.82% | - |
| HSV(B) | 257.73º | 0.35% | 0.99% | - |
| XYZ | 52.08 | 44.53 | 97.94 | - |
| YUV | 181.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 252 | 0.25 | 0.35 | 0 | 0.01 | 257.73 | 0.94 | 0.82 |
| Hex | BE | A4 | FC | 19 | 23 | 0 | 1 | 102 | 5E | 52 |
| Octal | 276 | 244 | 374 | 31 | 43 | 0 | 1 | 402 | 136 | 122 |
| Binary | 10111110 | 10100100 | 11111100 | 11001 | 100011 | 0 | 1 | 100000010 | 1011110 | 1010010 |
Color Harmonies of #BEA4FC
Complementary color
Monochromatic Colors of #BEA4FC
Black with #BEA4FC
Text Example
Text Example
White with #BEA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA4FC; }
p { color: rgb(190,164,252); }
H1.HeaderClassName
{
color: #BEA4FC;
}
.AnyTagClassName
{
color: #BEA4FC;
}
</style>
background-color css
<style>
a { background-color: #BEA4FC; }
a { background-color: rgb(190,164,252); }
div.DivClassName
{
background-color: #BEA4FC;
}
.BgClassName
{
background-color: #BEA4FC;
}
</style>
border-color css
<style>
span { border-color: #BEA4FC; }
span { border-color: rgb(190,164,252); }
td.TdClassName
{
border-color: #BEA4FC;
}
.TagClassName
{
border-color: #BEA4FC;
}
</style>