Shades of Melrose #BEB1F9
Tints of Melrose #BEB1F9
RGB
CMYK
RGB Variations
Color information
#BEB1F9 (or 0xBEB1F9) is known color: Melrose. HEX triplet: BE, B1 and F9. RGB value is (190,177,249). Sum of RGB (Red+Green+Blue) = 190+177+249=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEB1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1F9 is #414E06. Grayscale: #BCBCBC. Windows color (decimal): -4279815 or 16363966. OLE color: 16363966.
HSL color Cylindrical-coordinate representation of color #BEB1F9: hue angle of 250.83º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEB1F9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 177 | 249 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.02 |
| HSL | 250.83º | 0.86% | 0.84% | - |
| HSV(B) | 250.83º | 0.29% | 0.98% | - |
| XYZ | 54.06 | 49.23 | 96.28 | - |
| YUV | 189.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 249 | 0.24 | 0.29 | 0 | 0.02 | 250.83 | 0.86 | 0.84 |
| Hex | BE | B1 | F9 | 18 | 1D | 0 | 2 | FB | 56 | 54 |
| Octal | 276 | 261 | 371 | 30 | 35 | 0 | 2 | 373 | 126 | 124 |
| Binary | 10111110 | 10110001 | 11111001 | 11000 | 11101 | 0 | 10 | 11111011 | 1010110 | 1010100 |
Color Harmonies of #BEB1F9
Complementary color
Monochromatic Colors of #BEB1F9
Black with #BEB1F9
Text Example
Text Example
White with #BEB1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB1F9; }
p { color: rgb(190,177,249); }
H1.HeaderClassName
{
color: #BEB1F9;
}
.AnyTagClassName
{
color: #BEB1F9;
}
</style>
background-color css
<style>
a { background-color: #BEB1F9; }
a { background-color: rgb(190,177,249); }
div.DivClassName
{
background-color: #BEB1F9;
}
.BgClassName
{
background-color: #BEB1F9;
}
</style>
border-color css
<style>
span { border-color: #BEB1F9; }
span { border-color: rgb(190,177,249); }
td.TdClassName
{
border-color: #BEB1F9;
}
.TagClassName
{
border-color: #BEB1F9;
}
</style>