Shades of Melrose #BEB3F2
Tints of Melrose #BEB3F2
RGB
CMYK
RGB Variations
Color information
#BEB3F2 (or 0xBEB3F2) is known color: Melrose. HEX triplet: BE, B3 and F2. RGB value is (190,179,242). Sum of RGB (Red+Green+Blue) = 190+179+242=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEB3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB3F2 is #414C0D. Grayscale: #BDBDBD. Windows color (decimal): -4279310 or 15905726. OLE color: 15905726.
HSL color Cylindrical-coordinate representation of color #BEB3F2: hue angle of 250.48º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB3F2 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 179 | 242 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.05 |
| HSL | 250.48º | 0.71% | 0.83% | - |
| HSV(B) | 250.48º | 0.26% | 0.95% | - |
| XYZ | 53.38 | 49.6 | 90.76 | - |
| YUV | 189.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 242 | 0.21 | 0.26 | 0 | 0.05 | 250.48 | 0.71 | 0.83 |
| Hex | BE | B3 | F2 | 15 | 1A | 0 | 5 | FA | 47 | 53 |
| Octal | 276 | 263 | 362 | 25 | 32 | 0 | 5 | 372 | 107 | 123 |
| Binary | 10111110 | 10110011 | 11110010 | 10101 | 11010 | 0 | 101 | 11111010 | 1000111 | 1010011 |
Color Harmonies of #BEB3F2
Complementary color
Monochromatic Colors of #BEB3F2
Black with #BEB3F2
Text Example
Text Example
White with #BEB3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB3F2; }
p { color: rgb(190,179,242); }
H1.HeaderClassName
{
color: #BEB3F2;
}
.AnyTagClassName
{
color: #BEB3F2;
}
</style>
background-color css
<style>
a { background-color: #BEB3F2; }
a { background-color: rgb(190,179,242); }
div.DivClassName
{
background-color: #BEB3F2;
}
.BgClassName
{
background-color: #BEB3F2;
}
</style>
border-color css
<style>
span { border-color: #BEB3F2; }
span { border-color: rgb(190,179,242); }
td.TdClassName
{
border-color: #BEB3F2;
}
.TagClassName
{
border-color: #BEB3F2;
}
</style>