Shades of Melrose #BEB0F7
Tints of Melrose #BEB0F7
RGB
CMYK
RGB Variations
Color information
#BEB0F7 (or 0xBEB0F7) is known color: Melrose. HEX triplet: BE, B0 and F7. RGB value is (190,176,247). Sum of RGB (Red+Green+Blue) = 190+176+247=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEB0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0F7 is #414F08. Grayscale: #BCBCBC. Windows color (decimal): -4280073 or 16232638. OLE color: 16232638.
HSL color Cylindrical-coordinate representation of color #BEB0F7: hue angle of 251.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEB0F7 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 176 | 247 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.03 |
| HSL | 251.83º | 0.82% | 0.83% | - |
| HSV(B) | 251.83º | 0.29% | 0.97% | - |
| XYZ | 53.55 | 48.71 | 94.58 | - |
| YUV | 188.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 247 | 0.23 | 0.29 | 0 | 0.03 | 251.83 | 0.82 | 0.83 |
| Hex | BE | B0 | F7 | 17 | 1D | 0 | 3 | FC | 52 | 53 |
| Octal | 276 | 260 | 367 | 27 | 35 | 0 | 3 | 374 | 122 | 123 |
| Binary | 10111110 | 10110000 | 11110111 | 10111 | 11101 | 0 | 11 | 11111100 | 1010010 | 1010011 |
Color Harmonies of #BEB0F7
Complementary color
Monochromatic Colors of #BEB0F7
Black with #BEB0F7
Text Example
Text Example
White with #BEB0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0F7; }
p { color: rgb(190,176,247); }
H1.HeaderClassName
{
color: #BEB0F7;
}
.AnyTagClassName
{
color: #BEB0F7;
}
</style>
background-color css
<style>
a { background-color: #BEB0F7; }
a { background-color: rgb(190,176,247); }
div.DivClassName
{
background-color: #BEB0F7;
}
.BgClassName
{
background-color: #BEB0F7;
}
</style>
border-color css
<style>
span { border-color: #BEB0F7; }
span { border-color: rgb(190,176,247); }
td.TdClassName
{
border-color: #BEB0F7;
}
.TagClassName
{
border-color: #BEB0F7;
}
</style>