Shades of Melrose #BEB3F0
Tints of Melrose #BEB3F0
RGB
CMYK
RGB Variations
Color information
#BEB3F0 (or 0xBEB3F0) is known color: Melrose. HEX triplet: BE, B3 and F0. RGB value is (190,179,240). Sum of RGB (Red+Green+Blue) = 190+179+240=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEB3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB3F0 is #414C0F. Grayscale: #BDBDBD. Windows color (decimal): -4279312 or 15774654. OLE color: 15774654.
HSL color Cylindrical-coordinate representation of color #BEB3F0: hue angle of 250.82º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB3F0 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 179 | 240 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.06 |
| HSL | 250.82º | 0.67% | 0.82% | - |
| HSV(B) | 250.82º | 0.25% | 0.94% | - |
| XYZ | 53.08 | 49.48 | 89.19 | - |
| YUV | 189.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 240 | 0.21 | 0.25 | 0 | 0.06 | 250.82 | 0.67 | 0.82 |
| Hex | BE | B3 | F0 | 15 | 19 | 0 | 6 | FB | 43 | 52 |
| Octal | 276 | 263 | 360 | 25 | 31 | 0 | 6 | 373 | 103 | 122 |
| Binary | 10111110 | 10110011 | 11110000 | 10101 | 11001 | 0 | 110 | 11111011 | 1000011 | 1010010 |
Color Harmonies of #BEB3F0
Complementary color
Monochromatic Colors of #BEB3F0
Black with #BEB3F0
Text Example
Text Example
White with #BEB3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB3F0; }
p { color: rgb(190,179,240); }
H1.HeaderClassName
{
color: #BEB3F0;
}
.AnyTagClassName
{
color: #BEB3F0;
}
</style>
background-color css
<style>
a { background-color: #BEB3F0; }
a { background-color: rgb(190,179,240); }
div.DivClassName
{
background-color: #BEB3F0;
}
.BgClassName
{
background-color: #BEB3F0;
}
</style>
border-color css
<style>
span { border-color: #BEB3F0; }
span { border-color: rgb(190,179,240); }
td.TdClassName
{
border-color: #BEB3F0;
}
.TagClassName
{
border-color: #BEB3F0;
}
</style>