Shades of Melrose #BEA4FE
Tints of Melrose #BEA4FE
RGB
CMYK
RGB Variations
Color information
#BEA4FE (or 0xBEA4FE) is known color: Melrose. HEX triplet: BE, A4 and FE. RGB value is (190,164,254). Sum of RGB (Red+Green+Blue) = 190+164+254=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4FE is #415B01. Grayscale: #B5B5B5. Windows color (decimal): -4283138 or 16688318. OLE color: 16688318.
HSL color Cylindrical-coordinate representation of color #BEA4FE: hue angle of 257.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA4FE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 164 | 254 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.00 |
| HSL | 257.33º | 0.98% | 0.82% | - |
| HSV(B) | 257.33º | 0.35% | 1% | - |
| XYZ | 52.4 | 44.65 | 99.62 | - |
| YUV | 182.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 254 | 0.25 | 0.35 | 0 | 0.00 | 257.33 | 0.98 | 0.82 |
| Hex | BE | A4 | FE | 19 | 23 | 0 | 0 | 101 | 62 | 52 |
| Octal | 276 | 244 | 376 | 31 | 43 | 0 | 0 | 401 | 142 | 122 |
| Binary | 10111110 | 10100100 | 11111110 | 11001 | 100011 | 0 | 0 | 100000001 | 1100010 | 1010010 |
Color Harmonies of #BEA4FE
Complementary color
Monochromatic Colors of #BEA4FE
Black with #BEA4FE
Text Example
Text Example
White with #BEA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA4FE; }
p { color: rgb(190,164,254); }
H1.HeaderClassName
{
color: #BEA4FE;
}
.AnyTagClassName
{
color: #BEA4FE;
}
</style>
background-color css
<style>
a { background-color: #BEA4FE; }
a { background-color: rgb(190,164,254); }
div.DivClassName
{
background-color: #BEA4FE;
}
.BgClassName
{
background-color: #BEA4FE;
}
</style>
border-color css
<style>
span { border-color: #BEA4FE; }
span { border-color: rgb(190,164,254); }
td.TdClassName
{
border-color: #BEA4FE;
}
.TagClassName
{
border-color: #BEA4FE;
}
</style>