Shades of Melrose #BEB2DF
Tints of Melrose #BEB2DF
RGB
CMYK
RGB Variations
Color information
#BEB2DF (or 0xBEB2DF) is known color: Melrose. HEX triplet: BE, B2 and DF. RGB value is (190,178,223). Sum of RGB (Red+Green+Blue) = 190+178+223=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2DF is #414D20. Grayscale: #BABABA. Windows color (decimal): -4279585 or 14660286. OLE color: 14660286.
HSL color Cylindrical-coordinate representation of color #BEB2DF: hue angle of 256º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB2DF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 178 | 223 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.13 |
| HSL | 256º | 0.41% | 0.79% | - |
| HSV(B) | 256º | 0.2% | 0.87% | - |
| XYZ | 50.47 | 48.12 | 76.44 | - |
| YUV | 186.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 223 | 0.15 | 0.20 | 0 | 0.13 | 256 | 0.41 | 0.79 |
| Hex | BE | B2 | DF | F | 14 | 0 | D | 100 | 29 | 4F |
| Octal | 276 | 262 | 337 | 17 | 24 | 0 | 15 | 400 | 51 | 117 |
| Binary | 10111110 | 10110010 | 11011111 | 1111 | 10100 | 0 | 1101 | 100000000 | 101001 | 1001111 |
Color Harmonies of #BEB2DF
Complementary color
Monochromatic Colors of #BEB2DF
Black with #BEB2DF
Text Example
Text Example
White with #BEB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB2DF; }
p { color: rgb(190,178,223); }
H1.HeaderClassName
{
color: #BEB2DF;
}
.AnyTagClassName
{
color: #BEB2DF;
}
</style>
background-color css
<style>
a { background-color: #BEB2DF; }
a { background-color: rgb(190,178,223); }
div.DivClassName
{
background-color: #BEB2DF;
}
.BgClassName
{
background-color: #BEB2DF;
}
</style>
border-color css
<style>
span { border-color: #BEB2DF; }
span { border-color: rgb(190,178,223); }
td.TdClassName
{
border-color: #BEB2DF;
}
.TagClassName
{
border-color: #BEB2DF;
}
</style>