Shades of Melrose #BEB7DF
Tints of Melrose #BEB7DF
RGB
CMYK
RGB Variations
Color information
#BEB7DF (or 0xBEB7DF) is known color: Melrose. HEX triplet: BE, B7 and DF. RGB value is (190,183,223). Sum of RGB (Red+Green+Blue) = 190+183+223=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7DF is #414820. Grayscale: #BDBDBD. Windows color (decimal): -4278305 or 14661566. OLE color: 14661566.
HSL color Cylindrical-coordinate representation of color #BEB7DF: hue angle of 250.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB7DF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 183 | 223 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.13 |
| HSL | 250.5º | 0.38% | 0.8% | - |
| HSV(B) | 250.5º | 0.18% | 0.87% | - |
| XYZ | 51.49 | 50.14 | 76.78 | - |
| YUV | 189.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 223 | 0.15 | 0.18 | 0 | 0.13 | 250.5 | 0.38 | 0.8 |
| Hex | BE | B7 | DF | F | 12 | 0 | D | FB | 26 | 50 |
| Octal | 276 | 267 | 337 | 17 | 22 | 0 | 15 | 373 | 46 | 120 |
| Binary | 10111110 | 10110111 | 11011111 | 1111 | 10010 | 0 | 1101 | 11111011 | 100110 | 1010000 |
Color Harmonies of #BEB7DF
Complementary color
Monochromatic Colors of #BEB7DF
Black with #BEB7DF
Text Example
Text Example
White with #BEB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7DF; }
p { color: rgb(190,183,223); }
H1.HeaderClassName
{
color: #BEB7DF;
}
.AnyTagClassName
{
color: #BEB7DF;
}
</style>
background-color css
<style>
a { background-color: #BEB7DF; }
a { background-color: rgb(190,183,223); }
div.DivClassName
{
background-color: #BEB7DF;
}
.BgClassName
{
background-color: #BEB7DF;
}
</style>
border-color css
<style>
span { border-color: #BEB7DF; }
span { border-color: rgb(190,183,223); }
td.TdClassName
{
border-color: #BEB7DF;
}
.TagClassName
{
border-color: #BEB7DF;
}
</style>