Shades of Melrose #BEB0DF
Tints of Melrose #BEB0DF
RGB
CMYK
RGB Variations
Color information
#BEB0DF (or 0xBEB0DF) is known color: Melrose. HEX triplet: BE, B0 and DF. RGB value is (190,176,223). Sum of RGB (Red+Green+Blue) = 190+176+223=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0DF is #414F20. Grayscale: #B9B9B9. Windows color (decimal): -4280097 or 14659774. OLE color: 14659774.
HSL color Cylindrical-coordinate representation of color #BEB0DF: hue angle of 257.87º 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 #BEB0DF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 176 | 223 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.13 |
| HSL | 257.87º | 0.42% | 0.78% | - |
| HSV(B) | 257.87º | 0.21% | 0.87% | - |
| XYZ | 50.08 | 47.33 | 76.31 | - |
| YUV | 185.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 223 | 0.15 | 0.21 | 0 | 0.13 | 257.87 | 0.42 | 0.78 |
| Hex | BE | B0 | DF | F | 15 | 0 | D | 102 | 2A | 4E |
| Octal | 276 | 260 | 337 | 17 | 25 | 0 | 15 | 402 | 52 | 116 |
| Binary | 10111110 | 10110000 | 11011111 | 1111 | 10101 | 0 | 1101 | 100000010 | 101010 | 1001110 |
Color Harmonies of #BEB0DF
Complementary color
Monochromatic Colors of #BEB0DF
Black with #BEB0DF
Text Example
Text Example
White with #BEB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0DF; }
p { color: rgb(190,176,223); }
H1.HeaderClassName
{
color: #BEB0DF;
}
.AnyTagClassName
{
color: #BEB0DF;
}
</style>
background-color css
<style>
a { background-color: #BEB0DF; }
a { background-color: rgb(190,176,223); }
div.DivClassName
{
background-color: #BEB0DF;
}
.BgClassName
{
background-color: #BEB0DF;
}
</style>
border-color css
<style>
span { border-color: #BEB0DF; }
span { border-color: rgb(190,176,223); }
td.TdClassName
{
border-color: #BEB0DF;
}
.TagClassName
{
border-color: #BEB0DF;
}
</style>