Shades of Melrose #BEB1DF
Tints of Melrose #BEB1DF
RGB
CMYK
RGB Variations
Color information
#BEB1DF (or 0xBEB1DF) is known color: Melrose. HEX triplet: BE, B1 and DF. RGB value is (190,177,223). Sum of RGB (Red+Green+Blue) = 190+177+223=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1DF is #414E20. Grayscale: #B9B9B9. Windows color (decimal): -4279841 or 14660030. OLE color: 14660030.
HSL color Cylindrical-coordinate representation of color #BEB1DF: hue angle of 256.96º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEB1DF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 177 | 223 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.13 |
| HSL | 256.96º | 0.42% | 0.78% | - |
| HSV(B) | 256.96º | 0.21% | 0.87% | - |
| XYZ | 50.28 | 47.72 | 76.37 | - |
| YUV | 186.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 223 | 0.15 | 0.21 | 0 | 0.13 | 256.96 | 0.42 | 0.78 |
| Hex | BE | B1 | DF | F | 15 | 0 | D | 101 | 2A | 4E |
| Octal | 276 | 261 | 337 | 17 | 25 | 0 | 15 | 401 | 52 | 116 |
| Binary | 10111110 | 10110001 | 11011111 | 1111 | 10101 | 0 | 1101 | 100000001 | 101010 | 1001110 |
Color Harmonies of #BEB1DF
Complementary color
Monochromatic Colors of #BEB1DF
Black with #BEB1DF
Text Example
Text Example
White with #BEB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB1DF; }
p { color: rgb(190,177,223); }
H1.HeaderClassName
{
color: #BEB1DF;
}
.AnyTagClassName
{
color: #BEB1DF;
}
</style>
background-color css
<style>
a { background-color: #BEB1DF; }
a { background-color: rgb(190,177,223); }
div.DivClassName
{
background-color: #BEB1DF;
}
.BgClassName
{
background-color: #BEB1DF;
}
</style>
border-color css
<style>
span { border-color: #BEB1DF; }
span { border-color: rgb(190,177,223); }
td.TdClassName
{
border-color: #BEB1DF;
}
.TagClassName
{
border-color: #BEB1DF;
}
</style>